survival games

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Vilak
Příspěvky: 316
Registrován: 11 zář 2013, 19:07
Reputation: 0
Kontaktovat uživatele:

survival games

#1 Příspěvekod Vilak » 15 úno 2014, 18:18

IP:93.91.250.141:27210
alias: mc.weap.cz

zdarte,
potreboval bych pomoct s SG arenou, zprovoznil jsem ji, vse funguje ale kdyz hrac zemre, a nebo da /sg leave zustane na tomtez miste kde zamrel/napsal prikaz a nikde ho to neodportuje, tim padme muze zabijet dalsi hrace a muze pouzivat prikazy a vse...
mam jeste jeden problem a to ten ze hrac nemuze napsat /sg join - aby ho to portlo do lobby ma permiss sg.lobby.join
dekuji za odpovedi :)
Pokud sem pomohl, dejte karmu + :)
Majitel mc serveru IP: mc.weap.cz
naše webové stránky: weap.cz

adam1999
Příspěvky: 540
Věk: 26
Registrován: 25 říj 2013, 05:45
Reputation: 0
Bydliště: A kľúče nechceš?

Re: survival games

#2 Příspěvekod adam1999 » 15 úno 2014, 19:10

daj sem config SG
ObrázekObrázek

Vilak
Příspěvky: 316
Registrován: 11 zář 2013, 19:07
Reputation: 0
Kontaktovat uživatele:

Re: survival games

#3 Příspěvekod Vilak » 15 úno 2014, 19:14

jasne :)
zasilam...
Spoiler: zobrazit

Kód: Vybrat vše

################################################
#               Survival Games                 #
#                                              #
#                Developed by                  #
#              Double0negative                 #
#                                              #
#                                              #
#              http://mc-sg.org                #
#                 voidmc.com                   #
################################################

#Do NOT touch this!
config-version: 3

#Enable debug messages
debug: false

#Enables the udpdate checker. This will enabled
#anyone with the perm sg.system.updatenotify to
#be notified when a new update is avalible
check-for-updates: true

#Set how many players are needed for the game
#to auto-start. Once the player limit is reached
#it will wait for x amount of seconds for
#additional players. Auto start vote means that
#x percent of players need to vote with /sg vote
#for the game to begin
auto-start-players: 20
auto-start-time: 20
auto-start-vote: 75

#If the player queue is enabled then if a player
#tries to join a game that is not joinable
#(ie ingame) the player will be added to a
#queue line to join the next time the game
#is open
enable-player-queue: true

#If set to true, commands not associated with
#the Survival Games will not be allowed to be run
#by players in-game.
disallow-commands: true
#If disallow-commands is set to true, you can use
#the cmdwhitelist section below to whitelist certain
#commands.
cmdwhitelist:
- 'kit'

#Set how long the grace period for be after the start of
#the game in seconds.
grace-period: 20

#Controlls if chests should be restocked on the first
#night. If set to true this will also have the side
#effect of setting the world time to day at the start
#of the game. This is only temporary until per-arena time
#has been implemented.
restock-chest: true

#Here you can control block placing and breaking.
block:
  place:
    whitelist:
    - 18
    - 105
    - 31
    - 37
    - 38
    - 50
    - 103
    - 43
  break:
    whitelist:
    - 18
    - 105
    - 31
    - 37
    - 38
    - 50
    - 103
    - 43



 

#Settings for when the game nears end. This runs
#when there are only x amount of players
#remaining. If place chest is enabled then
#when the player limit is reached, a chest
#will be placed inside the radius of every
#remain player containing random items for
#that player. If fire-lighting is enabled
#then a lighting strike will be fired at the
#location of each player every x seconds to
#notify the other players of their location
endgame:
  players: 3
  fire-lighting:
    enabled: true
    interval: 20
 
 
#If enabled, after x amount of time, each player
#remaing will be teleported to the center of the
#arena for a death match. If they have not been
#killed after killtime, the game will end.
deathmatch:
  enabled: false
  time: 30
  killtime: 5
 
 
#Settings for connecting to and
#SQL server. These settings will
#be used for  the online webstats
#Prefix is what all tables used for
#SurvivalGames will be
#prefixed with. This should stay the same
#for most cases.
sql:
  host: 'localhost'
  port: 3306
  user: 'root'
  pass: ''
  database: 'survivalgames'
  prefix: 'sg_'

 
 
###########################################################
#######################  Stats ############################
###########################################################
 
 
#Settings for the webstats. If enabled, stats
#such as k/d record, wins, win streaks, kill
#streaks, etc. will be saved.


stats:
  enabled: false
  webserver:
    enabled: false
    port: 880
  points:
    kill: 10
    win: 100
    position: 7
    killstreak:
      base: 10
      multiplier: 2
  killstreak:
    level1: '&e{player}&7 got a Double Kill!'
    level2: '&e{player}&9 got a Multi Kill!'
    level3: '&e{player}&5 got an Ultra Kill!'
    level4: '&e{player}&4 got an Unbelievable Kill!'
    level5: '&e{player}&a&kii&4&l Unbelievable+!&a&kii'
   
   
   

 
Pokud sem pomohl, dejte karmu + :)
Majitel mc serveru IP: mc.weap.cz
naše webové stránky: weap.cz

adam1999
Příspěvky: 540
Věk: 26
Registrován: 25 říj 2013, 05:45
Reputation: 0
Bydliště: A kľúče nechceš?

Re: survival games

#4 Příspěvekod adam1999 » 15 úno 2014, 19:24

a nerobí tí to náhodou aj to že ak dohráš hru a chceš sa znovu pripojiť tak to už nejde? a daj sem server log
ObrázekObrázek

Vilak
Příspěvky: 316
Registrován: 11 zář 2013, 19:07
Reputation: 0
Kontaktovat uživatele:

Re: survival games

#5 Příspěvekod Vilak » 15 úno 2014, 19:33

pripojit se mi jde (ovsem po ukonceni prvni hry..)
log tady:
Spoiler: zobrazit

Kód: Vybrat vše

[FakaHeda] Successfully authorized 85.70.200.96!
Loading libraries, please wait...
> [18:32:05 INFO]: Starting minecraft server version 1.7.2
> [18:32:05 INFO]: Loading properties
> [18:32:05 INFO]: Default game type: SURVIVAL
> [18:32:05 INFO]: Generating keypair
> [18:32:05 INFO]: Starting Minecraft server on 93.91.250.141:27210
> [18:32:05 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.1-7-g15db099-b2973jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.2-SNAPSHOT)
> [18:32:06 INFO]: ----- Bukkit Auto Updater -----
> [18:32:06 INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
> [18:32:06 INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
> [18:32:06 INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
> [18:32:06 INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
> [18:32:06 INFO]: ----- ------------------- -----
> [18:32:06 INFO]: [PermissionsEx] sql backend registered!
> [18:32:06 INFO]: [PermissionsEx] file backend registered!
> [18:32:06 INFO]: [LagMeter] Loading LagMeter v1.9.0
> [18:32:06 INFO]: ultiWorld] Loading MultiWorld v4.6.6
> [18:32:06 INFO]: [ColourMotd] Loading ColourMotd v0.1
> [18:32:06 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
> [18:32:06 INFO]: [WorldEdit] Loading WorldEdit v5.5.7
> [18:32:06 INFO]: [NoPl] Loading NoPl v1.5.1
> [18:32:06 INFO]: [ColorGuide] Loading ColorGuide v1.3.3
> [18:32:06 INFO]: [SkullMyHead] Loading SkullMyHead v1.0
> [18:32:06 INFO]: uteManager] Loading MuteManager v0.12.7
> [18:32:06 INFO]: [Vault] Loading Vault v1.2.25-b333
> [18:32:06 INFO]: [PermissionsEx] Loading PermissionsEx v1.20.2
> [18:32:06 INFO]: [PermissionsEx] Initializing file backend
> [18:32:06 INFO]: Permissions file successfully reloaded
> [18:32:06 INFO]: [LogBlock] Loading LogBlock v1.70
> [18:32:06 INFO]: [LogBlock] Connecting to 131027_mysql_db@jdbc:mysql://localhost:3306/131027_mysql_db...
> [18:32:06 INFO]: [Help Pages] Loading Help Pages v1.6.0
> [18:32:06 INFO]: [WorldGuard] Loading WorldGuard v5.8
> [18:32:06 INFO]: [dynmap] Loading dynmap v1.9.1-875
> [18:32:06 INFO]: [dynmap] Mod Support API available
> [18:32:06 INFO]: ineResetLite] Loading MineResetLite v0.3.5
> [18:32:06 INFO]: [TNTRun] Loading TNTRun v2.6
> [18:32:06 INFO]: [SurvivalGames] Loading SurvivalGames v0.5.8.54
> [18:32:06 INFO]: [WarpSigns] Loading WarpSigns v2.0
> [18:32:06 INFO]: [CoreProtect] Loading CoreProtect v2.0.8
> [18:32:06 INFO]: [Death_Messages_Plus] Loading Death_Messages_Plus v1.05
> [18:32:06 INFO]: [CraftBook] Loading CraftBook v3.7-SNAPSHOT:3353-b49ea1a,master
> [18:32:06 INFO]: [AdvancedBans] Loading AdvancedBans v0.81
> [18:32:06 INFO]: [Lockette] Loading Lockette v1.7.12
> [18:32:06 INFO]: [ClearLag] Loading ClearLag v2.6.2
> [18:32:06 INFO]: [InfinityDispenser] Loading InfinityDispenser v1.7
> [18:32:06 INFO]: [CommandBlockEditor] Loading CommandBlockEditor v1.0
> [18:32:06 INFO]: [AntiTNT] Loading AntiTNT v1.1
> [18:32:06 INFO]: obArena] Loading MobArena v0.95.5
> [18:32:06 INFO]: oneyDrop] Loading MoneyDrop v2.1.1
> [18:32:06 INFO]: [Essentials] Loading Essentials v2.11.1
> [18:32:06 INFO]: [Jobs] Loading Jobs v2.11.3
> [18:32:06 INFO]: [WorldBorder] Loading WorldBorder v1.7.5
> [18:32:06 INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1053)
> [18:32:06 INFO]: [Fe] Loading Fe v0.7-SNAPSHOT
> [18:32:06 INFO]: [EssentialsProtect] Loading EssentialsProtect v2.11.1
> [18:32:06 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
> [18:32:06 INFO]: agicSigns] Loading MagicSigns v1.9.0
> [18:32:06 INFO]: [EssentialsChat] Loading EssentialsChat v2.11.1
> [18:32:06 INFO]: [Residence] Loading Residence v2.6.6.6
> [18:32:06 INFO]: [ResExtras] Loading ResExtras v2.0.5
> [18:32:06 INFO]: [ResidenceSigns] Loading ResidenceSigns v2.9
> [18:32:06 INFO]: [ChestShop] Loading ChestShop v3.64
> [18:32:06 INFO]: [AuthMe] Loading AuthMe v2.9.3
> [18:32:06 INFO]: [Vault] Enabling Vault v1.2.25-b333
> [18:32:06 INFO]: [Vault][Economy] Essentials Economy found: Waiting
> [18:32:06 INFO]: [Vault][Permission] PermissionsEx found: Waiting
> [18:32:06 INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
> [18:32:06 INFO]: [Vault][Chat] PermissionsEx found: Waiting
> [18:32:07 INFO]: [Vault] Enabled Version 1.2.25-b333
> [18:32:07 INFO]: [Vault][Economy] Essentials Economy hooked.
> [18:32:07 INFO]: [Vault][Permission] PermissionsEx hooked.
> [18:32:07 INFO]: [Fe] Enabling Fe v0.7-SNAPSHOT
> [18:32:07 INFO]: [Fe] [Fe] Vault support enabled.
> [18:32:07 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
> [18:32:07 WARN]: The server will make no attempt to authenticate usernames. Beware.
> [18:32:07 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
> [18:32:07 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
> [18:32:07 INFO]: Preparing level "world"
> [18:32:07 INFO]: Preparing start region for level 0 (Seed: -2621266133931343868)
> [18:32:08 INFO]: Preparing start region for level 1 (Seed: -2621266133931343868)
> [18:32:08 INFO]: Preparing start region for level 2 (Seed: -2621266133931343868)
> [18:32:08 INFO]: [LagMeter] Enabling LagMeter v1.9.0
> [18:32:08 INFO]: [LagMeter] Not using logs folder.
> [18:32:08 INFO]: [LagMeter 1.9.0] Enabled! Polling every 40 server ticks. Logging to /hlserver/27210/plugins/LagMeter/lag.log
> [18:32:08 INFO]: ultiWorld] Enabling MultiWorld v4.6.6
> [18:32:08 INFO]: Preparing start region for level 3 (Seed: -5120326368219969254)
> [18:32:09 INFO]: Preparing start region for level 4 (Seed: 1)
> [18:32:09 INFO]: Preparing start region for level 5 (Seed: 9054243426771441875)
> [18:32:09 INFO]: ultiWorld] v4.6.6 enabled.
> [18:32:10 INFO]: [ColourMotd] Enabling ColourMotd v0.1
> [18:32:10 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
> [18:32:10 INFO]: Starting FakaHedaMinequery server on 93.91.250.141:28210
> [18:32:10 INFO]: [WorldEdit] Enabling WorldEdit v5.5.7
> [18:32:10 INFO]: WEPIF: Using the Bukkit Permissions API.
> [18:32:10 INFO]: [NoPl] Enabling NoPl v1.5.1
> [18:32:10 INFO]: [NoPl] NoPl v1.5.1 enabled!
> [18:32:10 INFO]: [ColorGuide] Enabling ColorGuide v1.3.3
> [18:32:10 INFO]: [SkullMyHead] Enabling SkullMyHead v1.0
> [18:32:10 INFO]: uteManager] Enabling MuteManager v0.12.7
> [18:32:10 INFO]: uteManager] Configuration loaded.
> [18:32:10 INFO]: uteManager] Attempting to load muted players.
> [18:32:10 INFO]: uteManager] Attempting to load muted players reason list.
> [18:32:10 INFO]: uteManager] MuteManager main loop running.
> [18:32:10 INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.2
> [18:32:10 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
> [18:32:10 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
> [18:32:10 INFO]: [LogBlock] Enabling LogBlock v1.70
> [18:32:10 INFO]: Accepted EditSessionFactory of type de.diddiz.worldedit.LogBlockEditSessionFactory from de.diddiz.worldedit
> [18:32:10 INFO]: [LogBlock] Scheduled consumer with bukkit scheduler.
> [18:32:10 INFO]: [Help Pages] Enabling Help Pages v1.6.0
> [18:32:10 INFO]: [WorldGuard] Enabling WorldGuard v5.8
> [18:32:10 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (world) Lava fire is blocked.
> [18:32:10 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
> [18:32:10 INFO]: [WorldGuard] Loaded configuration for world 'world'
> [18:32:10 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
> [18:32:10 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
> [18:32:10 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
> [18:32:10 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
> [18:32:10 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
> [18:32:10 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
> [18:32:10 INFO]: [WorldGuard] (svet) TNT ignition is PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (svet) Lighters are PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (svet) Lava fire is blocked.
> [18:32:10 INFO]: [WorldGuard] (svet) Fire spread is UNRESTRICTED.
> [18:32:10 INFO]: [WorldGuard] Loaded configuration for world 'svet'
> [18:32:10 INFO]: [WorldGuard] (rovina) TNT ignition is PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (rovina) Lighters are PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (rovina) Lava fire is blocked.
> [18:32:10 INFO]: [WorldGuard] (rovina) Fire spread is UNRESTRICTED.
> [18:32:10 INFO]: [WorldGuard] Loaded configuration for world 'rovina'
> [18:32:10 INFO]: [WorldGuard] (Wipeout) TNT ignition is PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (Wipeout) Lighters are PERMITTED.
> [18:32:10 INFO]: [WorldGuard] (Wipeout) Lava fire is blocked.
> [18:32:10 INFO]: [WorldGuard] (Wipeout) Fire spread is UNRESTRICTED.
> [18:32:10 INFO]: [WorldGuard] Loaded configuration for world 'Wipeout'
> [18:32:10 INFO]: [WorldGuard] 5 regions loaded for 'world'
> [18:32:10 INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
> [18:32:10 INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
> [18:32:10 INFO]: [WorldGuard] 0 regions loaded for 'svet'
> [18:32:10 INFO]: [WorldGuard] 3 regions loaded for 'rovina'
> [18:32:10 INFO]: [WorldGuard] 0 regions loaded for 'Wipeout'
> [18:32:10 INFO]: [dynmap] Enabling dynmap v1.9.1-875
> [18:32:10 INFO]: [dynmap] Added 38 custom biome mappings
> [18:32:10 INFO]: [dynmap] Using PermissionsEx 1.20.2 for access control
> [18:32:11 INFO]: [dynmap] Mod Support processing completed
> [18:32:11 INFO]: [dynmap] Loaded 21 shaders.
> [18:32:11 INFO]: [dynmap] Loaded 82 perspectives.
> [18:32:11 INFO]: [dynmap] Loaded 12 lightings.
> [18:32:11 INFO]: [dynmap] Web server started on address 93.91.250.141:29210
> [18:32:11 INFO]: [dynmap] version 1.9.1-875 is enabled - core version 1.9.1-1832
> [18:32:11 INFO]: [dynmap] Loaded 3 maps of world 'world'.
> [18:32:11 INFO]: [dynmap] Loaded 26 pending tile renders for world 'world
> [18:32:11 INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
> [18:32:11 INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
> [18:32:11 INFO]: [dynmap] Loaded 3 maps of world 'svet'.
> [18:32:11 INFO]: [dynmap] Loaded 3 maps of world 'rovina'.
> [18:32:11 INFO]: [dynmap] Loaded 28 pending tile renders for world 'rovina
> [18:32:11 INFO]: [dynmap] Loaded 3 maps of world 'Wipeout'.
> [18:32:11 INFO]: [dynmap] Enabled
> [18:32:11 INFO]: ineResetLite] Enabling MineResetLite v0.3.5
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'nether.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'dzungle.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'tmavydub.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'stone.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'sand.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'briza.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'pisek.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'jil.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'obsidian.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'clay.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'spruce.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'hlina.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'snih.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'cervenypis.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'endkamen.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'dirt.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'duby.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'kremen.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'oak.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'tmavedrevo.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'snow.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'suroviny.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'jungle.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'akacie.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'sterk.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'birch.mine.yml'...
> [18:32:11 INFO]: ineResetLite] Loading mine from file 'quartz.mine.yml'...
> [18:32:11 INFO]: ineResetLite] MineResetLite version 0.3.5 enabled!
> [18:32:11 INFO]: ineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=
> [18:32:11 INFO]: [TNTRun] Enabling TNTRun v2.6
> [18:32:11 INFO]: [SurvivalGames] Enabling SurvivalGames v0.5.8.54
> [18:32:11 INFO]: METRICS STARTING
> [18:32:11 INFO]: [WarpSigns] Enabling WarpSigns v2.0
> [18:32:11 INFO]: WarpSigns version 2.0 is enabled!
> [18:32:11 INFO]: [CoreProtect] Enabling CoreProtect v2.0.8
> [18:32:12 INFO]: CoreProtect version 2.0.8 is enabled!
> [18:32:12 INFO]: [CoreProtect] Using SQLite for data storage.
> [18:32:12 INFO]: [Death_Messages_Plus] Enabling Death_Messages_Plus v1.05
> [18:32:12 INFO]: Death_Messages_Plus Version 1.05 Has been enabled! :D
> [18:32:12 INFO]: File is there.
> [18:32:12 INFO]: [CraftBook] Enabling CraftBook v3.7-SNAPSHOT:3353-b49ea1a,master
> [18:32:12 INFO]: [CraftBook] Loading persistant data from YAML!
> [18:32:12 INFO]: [CraftBook] CraftBook v3.8.3 is the latest version available, and the updatability of it is: UPDATE_AVAILABLE. You currently have version CraftBook v3.8.3 installed.
> [18:32:13 INFO]: [CraftBook] 1 cauldron recipe(s) loaded
> [18:32:13 INFO]: [CraftBook] Enumerating chunks for self-triggered components...
> [18:32:13 WARN]: [WorldEdit] No compatible nms block class found.
> [18:32:13 INFO]: [CraftBook] 3750 chunk(s) for 6 world(s) processed (494ms elapsed)
> [18:32:13 INFO]: [AdvancedBans] Enabling AdvancedBans v0.81
> [18:32:13 INFO]: [Lockette] Enabling Lockette v1.7.12
> [18:32:13 INFO]: [Lockette] Version 1.7.12 is being enabled! Yay! (Core version 1.3.7)
> [18:32:13 INFO]: [Lockette] Detected craftbukkit build [2973] ok.
> [18:32:13 INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
> [18:32:13 INFO]: [Lockette] Ignoring linked plugins: cMMO]
> [18:32:13 INFO]: [Lockette] Loading strings file for English by Acru
> [18:32:13 INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.20.2
> [18:32:13 INFO]: [Lockette] Using ops file for admin permissions.
> [18:32:13 INFO]: [Lockette] Ready to protect your containers.
> [18:32:13 INFO]: [ClearLag] Enabling ClearLag v2.6.2
> [18:32:13 INFO]: [ClearLag] No config updates found...
> [18:32:13 INFO]: [ClearLag] Searching for updates..
> [18:32:14 WARN]: [ClearLag] EntityHorse is NOT a valid Entity!
> [18:32:14 INFO]: [ClearLag] No updates found!
> [18:32:14 INFO]: [ClearLag] Clearlag has been enabled!
> [18:32:14 INFO]: [InfinityDispenser] Enabling InfinityDispenser v1.7
> [18:32:14 INFO]: [InfinityDispenser] 1.7 version is enabled
> [18:32:14 INFO]: [CommandBlockEditor] Enabling CommandBlockEditor v1.0
> [18:32:14 INFO]: [CommandBlockEditor] CommandBlockEditor 1.0 has been enabled.
> [18:32:14 INFO]: [AntiTNT] Enabling AntiTNT v1.1
> [18:32:14 INFO]: AntiTNT has been enabled!
> [18:32:14 INFO]: obArena] Enabling MobArena v0.95.5
> [18:32:14 INFO]: obArena] Loaded arena 'default'.
> [18:32:14 INFO]: obArena] v0.95.5 enabled.
> [18:32:14 INFO]: oneyDrop] Enabling MoneyDrop v2.1.1
> [18:32:14 INFO]: oneyDrop] loaded and ready for looting.
> [18:32:14 INFO]: [Essentials] Enabling Essentials v2.11.1
> [18:32:14 INFO]: Essentials: Using PermissionsEx based permissions.
> [18:32:14 INFO]: [Essentials] Payment method found (Vault - Economy: Fe version: 1.2.25-b333)
> [18:32:14 INFO]: [Jobs] Enabling Jobs v2.11.3
> [18:32:14 WARN]: [Jobs] Job Miner is using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE.
> [18:32:14 WARN]: [Jobs] Automatically changing block to GLOWING_REDSTONE_ORE. Please update your configuration.
> [18:32:14 WARN]: [Jobs] In vanilla minecraft, REDSTONE_ORE changes to GLOWING_REDSTONE_ORE when interacted with.
> [18:32:14 WARN]: [Jobs] In the future, Jobs using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE may fail to work correctly.
> [18:32:14 WARN]: [Jobs] Job Brewer has an invalid Brew type property: REDSTONE_DUST!
> [18:32:14 INFO]: [Jobs] Started database save task
> [18:32:14 INFO]: [Jobs] Started buffered payment thread
> [18:32:14 INFO]: [Jobs] Plugin has been enabled succesfully.
> [18:32:14 INFO]: [WorldBorder] Enabling WorldBorder v1.7.5
> [18:32:14 INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
> [18:32:14 INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
> [18:32:14 INFO]: [WorldBorder] [CONFIG] World "world" has border radius 3000 at X: -33.5 Z: 93.5
> [18:32:14 INFO]: [WorldBorder] [CONFIG] World "rovina" has border radius 3000 at X: 188.5 Z: 239.5
> [18:32:14 INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
> [18:32:14 INFO]: For reference, the main world's spawn location is at X: -34.0 Y: 70.0 Z: 93.0
> [18:32:14 INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1053)
> [18:32:14 INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.11.1
> [18:32:14 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
> [18:32:14 INFO]: agicSigns] Enabling MagicSigns v1.9.0
> [18:32:14 INFO]: agicSigns] Using Vault for economy.
> [18:32:14 INFO]: agicSigns] Using Vault for permissions.
> [18:32:14 INFO]: [EssentialsChat] Enabling EssentialsChat v2.11.1
> [18:32:14 INFO]: [Residence] Enabling Residence v2.6.6.6
> [18:32:14 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [18:32:14 INFO]: [Residence] Scanning for economy systems...
> [18:32:14 INFO]: [Residence] Found Vault using economy system: Fe
> [18:32:15 INFO]: [Residence] Found WorldEdit
> [18:32:15 INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
> [18:32:15 INFO]: [ResExtras] Enabling ResExtras v2.0.5
> [18:32:15 INFO]: [ResExtras] Enabled
> [18:32:15 WARN]: [ResExtras] "ResExtras v2.0.5" has registered a listener for com.bekvon.bukkit.residence.event.ResidenceEnterEvent on method "public void net.tonkovich.resextras.flags.weather.onResidenceEvent(com.bekvon.bukkit.residence.event.ResidenceEnterEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Tonkovich].
> [18:32:15 WARN]: [ResExtras] "ResExtras v2.0.5" has registered a listener for com.bekvon.bukkit.residence.event.ResidenceLeaveEvent on method "public void net.tonkovich.resextras.flags.weather.onResidenceEvent(com.bekvon.bukkit.residence.event.ResidenceLeaveEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Tonkovich].
> [18:32:15 WARN]: [ResExtras] "ResExtras v2.0.5" has registered a listener for com.bekvon.bukkit.residence.event.ResidenceEnterEvent on method "public void net.tonkovich.resextras.flags.time.onResidenceEvent(com.bekvon.bukkit.residence.event.ResidenceEnterEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Tonkovich].
> [18:32:15 WARN]: [ResExtras] "ResExtras v2.0.5" has registered a listener for com.bekvon.bukkit.residence.event.ResidenceLeaveEvent on method "public void net.tonkovich.resextras.flags.time.onResidenceEvent(com.bekvon.bukkit.residence.event.ResidenceLeaveEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Tonkovich].
> [18:32:15 INFO]: [ResidenceSigns] Enabling ResidenceSigns v2.9
> [18:32:15 INFO]: [ResidenceSigns] Successfully Enabled.
> [18:32:15 INFO]: [ChestShop] Enabling ChestShop v3.64
> [18:32:15 INFO]: [ChestShop] Lockette version 1.7.12 loaded.
> [18:32:15 INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
> [18:32:15 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
> [18:32:15 INFO]: [AuthMe] Enabling AuthMe v2.9.3
> [18:32:15 INFO]: [AuthMe] Loading Configuration File...
> [18:32:15 INFO]: [AuthMe] Merge new Config Options if needed..
> [18:32:15 INFO]: [AuthMe] Set Language: cz
> [18:32:15 INFO]: [AuthMe] Hook with Essentials plugin
> [18:32:15 INFO]: [AuthMe] Hook with EssentialsSpawn plugin
> [18:32:15 INFO]: [AuthMe] MySQL driver loaded
> [18:32:15 INFO]: [AuthMe] Connection pool ready
> [18:32:15 INFO]: [AuthMe] Successfully hook with ChestShop!
> [18:32:15 INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
> [18:32:15 INFO]: [AuthMe] Authme 2.9.3 enabled
> [18:32:16 INFO]: Done (9.664s)! For help, type "help" or "?"
> [18:32:16 INFO]: Starting GS4 status listener
> [18:32:16 INFO]: Starting remote control listener
> [18:32:16 INFO]: Query running on 93.91.250.141:27210
> [18:32:16 WARN]: No rcon password set in '/hlserver/27210/server.properties', rcon disabled!
> [18:32:16 INFO]: obArena] MobArena v0.96.2 is now available!
> [18:32:16 INFO]: obArena] Your version: v0.95.5
> [18:32:16 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [18:32:16 INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
> [18:32:17 INFO]: [Citizens] Loaded 0 NPCs.
> [18:32:17 INFO]: Zemuk[/90.177.86.250:49880] logged in with entity id 1832 at ([rovina] -2756.9400159817123, 70.15383663523454, 103.25847826156196)
> [18:32:17 INFO]: [Fe] [Fe] Fe is outdated! The latest version is 0.7.
> [18:32:17 INFO]: [dynmap] Loading default resource pack
> [18:32:18 INFO]: [SurvivalGames] Loading Arena: 1
> [18:32:18 INFO]: [SurvivalGames] -377 108 535
> [18:32:18 INFO]: [SurvivalGames] -479 64 437
> [18:32:18 INFO]: [SurvivalGames] Location{world=CraftWorld{name=rovina},x=-377.0,y=108.0,z=535.0,pitch=0.0,yaw=0.0}
> [18:32:18 INFO]: [SurvivalGames] Location{world=CraftWorld{name=rovina},x=-479.0,y=64.0,z=437.0,pitch=0.0,yaw=0.0}
> [18:32:18 INFO]: [SurvivalGames] Loading Arena: 2
> [18:32:18 INFO]: [SurvivalGames] -2508 108 -15
> [18:32:18 INFO]: [SurvivalGames] -2611 56 -114
> [18:32:18 INFO]: [SurvivalGames] Location{world=CraftWorld{name=rovina},x=-2508.0,y=108.0,z=-15.0,pitch=0.0,yaw=0.0}
> [18:32:18 INFO]: [SurvivalGames] Location{world=CraftWorld{name=rovina},x=-2611.0,y=56.0,z=-114.0,pitch=0.0,yaw=0.0}
> [18:32:18 INFO]: [SurvivalGames] Loading Arena: 3
> [18:32:18 INFO]: [SurvivalGames] -2507 108 -15
> [18:32:18 INFO]: [SurvivalGames] -2612 64 -115
> [18:32:18 INFO]: [SurvivalGames] Location{world=CraftWorld{name=rovina},x=-2507.0,y=108.0,z=-15.0,pitch=0.0,yaw=0.0}
> [18:32:18 INFO]: [SurvivalGames] Location{world=CraftWorld{name=rovina},x=-2612.0,y=64.0,z=-115.0,pitch=0.0,yaw=0.0}
> [18:32:18 INFO]: ItemStack{NETHER_STAR x 1}
> [18:32:18 INFO]: sharpness:4
> [18:32:18 INFO]: ItemStack{PAPER x 1}
> [18:32:18 INFO]: fire:2
Pokud sem pomohl, dejte karmu + :)
Majitel mc serveru IP: mc.weap.cz
naše webové stránky: weap.cz

adam1999
Příspěvky: 540
Věk: 26
Registrován: 25 říj 2013, 05:45
Reputation: 0
Bydliště: A kľúče nechceš?

Re: survival games

#6 Příspěvekod adam1999 » 15 úno 2014, 21:23

no neviem čím to je skús ju spraviť ešte raz a načo máš na serveri LogBlock a CoreProject veď tie pluginy robia to isté a ešte načo tí je AntiTNT keď si to môžeš zakázať aj vo WorldGuarde
ObrázekObrázek

Vilak
Příspěvky: 316
Registrován: 11 zář 2013, 19:07
Reputation: 0
Kontaktovat uživatele:

Re: survival games

#7 Příspěvekod Vilak » 15 úno 2014, 21:54

vim ze je logblock a coreprotect to stejne ale coreprotect mi bere celou historii meho sverta.. logblock tam zas takovou dlouhou dobu neni...
Pokud sem pomohl, dejte karmu + :)
Majitel mc serveru IP: mc.weap.cz
naše webové stránky: weap.cz


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Google [Bot] a 39 hostů