Čau chtěl bych se zeptat jaký jsou permisse na příkaz /recipe ID bloku - Ukáže vám to jak se určitý blok vyrábí mám na to Essentials skoušel jsem jim dát toto
Kód: Vybrat vše
essentials.recipe.*
Ale nešlo to.
#1 Příspěvekod jakub1000 » 20 srp 2013, 18:47
Kód: Vybrat vše
essentials.recipe.*
#2 Příspěvekod Smexhy » 20 srp 2013, 18:51
Kód: Vybrat vše
essentials.recipe
#3 Příspěvekod jakub1000 » 20 srp 2013, 19:00
Kód: Vybrat vše
AdminPrivateChat
AlphaChest
AntiAdvertiser
AntiCheat
AntiCreeper3
AntiTNT
AuthMe
AutoMessage
AutoSaveWorld
ChatManager
ChestShop
Citizens
CityWorld
CleanChat
CraftBook
CreativeControl
CreativeGates
CustomServerMessages
DigitalClock
DisguiseCraft
EpicEnchant
Essentials
Factions
FigAdmin
HothGenerator
ItemStacker
Jobs
LWC
LagMeter
MagicSpells
MineResetLite
MobArena
MotdManager
Multiverse-Core
Paintball
PermissionsEx
Planetoids
PlayerHeads
PluginMetrics
ProtocolLib
Residence
ScoreboardStats
SecureZone
SkylandsPlus
Spectate
Spout
Trade
Trampolin
UltimateSkyGrid
WallsPlugin
War
WorldEdit
WorldGuard
bChatManager
iConomy
uSkyBlock
#4 Příspěvekod Smexhy » 20 srp 2013, 19:18
#7 Příspěvekod jakub1000 » 20 srp 2013, 19:34
Kód: Vybrat vše
#
# WorldGuard's main configuration file
#
# This is the global configuration file. Anything placed into here will
# be applied to all worlds. However, each world has its own configuration
# file to allow you to replace most settings in here for that world only.
#
# About editing this file:
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
# you use an editor like Notepad++ (recommended for Windows users), you
# must configure it to "replace tabs with spaces." In Notepad++, this can
# be changed in Settings > Preferences > Language Menu.
# - Don't get rid of the indents. They are indented so some entries are
# in categories (like "enforce-single-session" is in the "protection"
# category.
# - If you want to check the format of this file before putting it
# into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
# and see if it gives "ERROR:".
# - Lines starting with # are comments and so they are ignored.
#
regions:
use-scheduler: true
use-creature-spawn-event: true
sql:
use: false
dsn: jdbc:mysql://localhost/worldguard
username: worldguard
password: worldguard
enable: true
invincibility-removes-mobs: false
high-frequency-flags: false
wand: 334
max-claim-volume: 30000
claim-only-inside-existing-regions: false
max-region-count-per-player:
default: 7
auto-invincible: false
use-player-move-event: true
security:
deop-everyone-on-join: false
block-in-game-op-command: false
host-keys: {}
op-permissions: true
protection:
item-durability: true
remove-infinite-stacks: false
disable-xp-orb-drops: false
disable-obsidian-generators: false
gameplay:
block-potions: []
block-potions-overly-reliably: false
simulation:
sponge:
enable: true
radius: 3
redstone: false
default:
pumpkin-scuba: false
disable-health-regain: false
physics:
no-physics-gravel: false
no-physics-sand: false
vine-like-rope-ladders: false
allow-portal-anywhere: false
disable-water-damage-blocks: []
ignition:
block-tnt: false
block-tnt-block-damage: false
block-lighter: false
fire:
disable-lava-fire-spread: true
disable-all-fire-spread: false
disable-fire-spread-blocks: []
lava-spread-blocks: []
mobs:
block-creeper-explosions: false
block-creeper-block-damage: false
block-wither-explosions: false
block-wither-block-damage: false
block-wither-skull-explosions: false
block-wither-skull-block-damage: false
block-enderdragon-block-damage: false
block-enderdragon-portal-creation: false
block-fireball-explosions: false
block-fireball-block-damage: false
anti-wolf-dumbness: false
disable-enderman-griefing: false
block-painting-destroy: false
block-item-frame-destroy: false
block-plugin-spawning: true
block-above-ground-slimes: false
block-creature-spawn: []
player-damage:
disable-fall-damage: false
disable-lava-damage: false
disable-fire-damage: false
disable-lightning-damage: false
disable-drowning-damage: false
disable-suffocation-damage: false
disable-contact-damage: false
teleport-on-suffocation: false
disable-void-damage: false
teleport-on-void-falling: false
disable-explosion-damage: false
disable-mob-damage: false
disable-death-messages: false
chest-protection:
enable: false
disable-off-check: false
crops:
disable-creature-trampling: false
disable-player-trampling: false
weather:
prevent-lightning-strike-blocks: []
disable-lightning-strike-fire: false
disable-thunderstorm: false
disable-weather: false
disable-pig-zombification: false
disable-powered-creepers: false
always-raining: false
always-thundering: false
dynamics:
disable-mushroom-spread: false
disable-ice-melting: false
disable-snow-melting: false
disable-snow-formation: false
disable-ice-formation: false
disable-leaf-decay: false
disable-grass-growth: false
disable-mycelium-spread: false
blacklist:
use-as-whitelist: false
logging:
console:
enable: true
database:
enable: false
dsn: jdbc:mysql://localhost:3306/minecraft
user: root
pass: ''
table: blacklist_events
file:
enable: false
path: worldguard/logs/%Y-%m-%d.log
open-files: 10
summary-on-start: true
#8 Příspěvekod Smexhy » 20 srp 2013, 19:41
Kód: Vybrat vše
block-creeper-explosions: false
Kód: Vybrat vše
block-creeper-block-damage: false
Kód: Vybrat vše
block-creeper-explosions: true
Kód: Vybrat vše
block-creeper-block-damage: true
#9 Příspěvekod jakub1000 » 21 srp 2013, 06:09
Kód: Vybrat vše
2013-08-21 05:26:30 [INFO] Starting minecraft server version 1.5.2
2013-08-21 05:26:30 [INFO] Loading properties
2013-08-21 05:26:30 [INFO] Default game type: SURVIVAL
2013-08-21 05:26:30 [INFO] Generating keypair
2013-08-21 05:26:31 [INFO] Starting Minecraft server on 93.91.240.128:27486
2013-08-21 05:26:31 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R1.0-b2788jnks (MC: 1.5.2) (Implementing API version 1.5.2-R1.0)
2013-08-21 05:26:31 [INFO] [PermissionsEx] sql backend registered!
2013-08-21 05:26:31 [INFO] [PermissionsEx] file backend registered!
2013-08-21 05:26:31 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-08-21 05:26:31 [SEVERE] Could not load 'plugins/HealthBar.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217)
at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55)
at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:792)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at me.plornt.healthbar.HealthBar.<init>(HealthBar.java:27)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 28 more
2013-08-21 05:26:32 [INFO] [CityWorld] Loading CityWorld v2.03
2013-08-21 05:26:32 [INFO] [ItemStacker] Loading ItemStacker v1.03
2013-08-21 05:26:32 [INFO] [CleanChat] Loading CleanChat v0.6
2013-08-21 05:26:32 [INFO] [CustomServerMessages] Loading CustomServerMessages v3.1.6
2013-08-21 05:26:32 [INFO] [Vault] Loading Vault v1.2.25-b320
2013-08-21 05:26:32 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
2013-08-21 05:26:32 [INFO] [uSkyBlock] Loading uSkyBlock v1.0.7
2013-08-21 05:26:32 [INFO] [AutoMessage] Loading AutoMessage v2.2.1
2013-08-21 05:26:32 [INFO] [Spectate] Loading Spectate v1.11.1
2013-08-21 05:26:32 [INFO] [MojaveWorld] Loading MojaveWorld v0.4
2013-08-21 05:26:32 [INFO] [AuthMe] Loading AuthMe v2.7.0
2013-08-21 05:26:32 [INFO] [Nordic] Loading Nordic v0.5.0
2013-08-21 05:26:32 [INFO] [HothGenerator] Loading HothGenerator v1.13
2013-08-21 05:26:32 [INFO] [SkylandsPlus] Loading SkylandsPlus v0.15.3
2013-08-21 05:26:32 [INFO] [ProtocolLib] Loading ProtocolLib v2.6.0
2013-08-21 05:26:32 [INFO] [Love] Loading Love vv1.0
2013-08-21 05:26:32 [INFO] [LagMeter] Loading LagMeter v1.13.0
2013-08-21 05:26:32 [INFO] [Citizens] Loading Citizens v2.0.8-SNAPSHOT (build 803)
2013-08-21 05:26:32 [INFO] [Jobs] Loading Jobs v2.11.3
2013-08-21 05:26:32 [INFO] [DigitalClock] Loading DigitalClock v1.5
2013-08-21 05:26:32 [INFO] [AlphaChest] Loading AlphaChest v1.16.0
2013-08-21 05:26:32 [INFO] [WorldEdit] Loading WorldEdit v5.5.6
2013-08-21 05:26:32 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.2
2013-08-21 05:26:32 [INFO] [EpicEnchant] Loading EpicEnchant v0.95
2013-08-21 05:26:32 [INFO] [CreativeGates] Loading CreativeGates v1.4
2013-08-21 05:26:32 [INFO] [MotdManager] Loading MotdManager v1.41-b20
2013-08-21 05:26:32 [INFO] [War] Loading War v1.7.4 (Doolittle)
2013-08-21 05:26:32 [INFO] [PlayerHeads] Loading PlayerHeads v3.3-jenkins-PlayerHeads-1-23-g85a3601
2013-08-21 05:26:32 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
2013-08-21 05:26:32 [INFO] [PermissionsEx] Initializing file backend
2013-08-21 05:26:32 [INFO] Permissions file successfully reloaded
2013-08-21 05:26:32 [INFO] [FigAdmin] Loading FigAdmin v4.0.16
2013-08-21 05:26:32 [INFO] [Trampolin] Loading Trampolin v0.6
2013-08-21 05:26:32 [INFO] [WorldGuard] Loading WorldGuard v${project.version}
2013-08-21 05:26:32 [INFO] [MineResetLite] Loading MineResetLite v0.3.5
2013-08-21 05:26:32 [INFO] [Planetoids] Loading Planetoids v1.4.2
2013-08-21 05:26:32 [INFO] [PluginList] Loading PluginList v1.0
2013-08-21 05:26:32 [INFO] [iConomy] Loading iConomy v7.0
2013-08-21 05:26:32 [INFO] [UltimateSkyGrid] Loading UltimateSkyGrid v0.2.1
2013-08-21 05:26:32 [INFO] [AdminPrivateChat] Loading AdminPrivateChat v2.0
2013-08-21 05:26:32 [INFO] [AntiAdvertiser] Loading AntiAdvertiser v0.2
2013-08-21 05:26:32 [INFO] [Essentials] Loading Essentials v2.11.1
2013-08-21 05:26:32 [INFO] [DisguiseCraft] Loading DisguiseCraft v4.7
2013-08-21 05:26:32 [INFO] [CraftBook] Loading CraftBook v3.7-SNAPSHOT:3173-e2e7862,master
2013-08-21 05:26:32 [INFO] [EssentialsChat] Loading EssentialsChat v2.11.1
2013-08-21 05:26:32 [INFO] [Residence] Loading Residence v2.6.6.4
2013-08-21 05:26:32 [INFO] [ChatManager] Loading ChatManager v1.19.1
2013-08-21 05:26:32 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
2013-08-21 05:26:32 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-08-21 05:26:32 [INFO] [Factions] Loading Factions v1.6.9.4
2013-08-21 05:26:32 [INFO] [MagicSpells] Loading MagicSpells v2.16.1
2013-08-21 05:26:32 [INFO] [ChestShop] Loading ChestShop v3.5
2013-08-21 05:26:32 [INFO] [MobArena] Loading MobArena v0.94.4.98
2013-08-21 05:26:32 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.5.9
2013-08-21 05:26:32 [INFO] [Trade] Loading Trade v0.5.5b
2013-08-21 05:26:32 [INFO] [CreativeControl] Loading CreativeControl v5.9.6
2013-08-21 05:26:32 [INFO] [CityWorld] Enabling CityWorld v2.03
2013-08-21 05:26:32 [INFO] [Vault] Enabling Vault v1.2.25-b320
2013-08-21 05:26:32 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2013-08-21 05:26:32 [WARNING] iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
2013-08-21 05:26:32 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2013-08-21 05:26:32 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2013-08-21 05:26:32 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2013-08-21 05:26:32 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2013-08-21 05:26:32 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2013-08-21 05:26:32 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2013-08-21 05:26:32 [INFO] [Vault] Enabled Version 1.2.25-b320
2013-08-21 05:26:32 [INFO] [Vault][Economy] Essentials Economy hooked.
2013-08-21 05:26:32 [INFO] [Vault][Economy] iConomy 7 hooked.
2013-08-21 05:26:32 [INFO] [Vault][Permission] PermissionsEx hooked.
2013-08-21 05:26:32 [INFO] [uSkyBlock] Enabling uSkyBlock v1.0.7
2013-08-21 05:26:32 [INFO] [uSkyBlock] Using built in protection.
2013-08-21 05:26:32 [INFO] [uSkyBlock] 0 schematics loaded.
2013-08-21 05:26:33 [INFO] [uSkyBlock] uSkyBlock v.1.0.7 enabled.
2013-08-21 05:26:33 [INFO] [Nordic] Enabling Nordic v0.5.0
2013-08-21 05:26:33 [INFO] [HothGenerator] Enabling HothGenerator v1.13
2013-08-21 05:26:33 [INFO] [HothGenerator] Using WorldGuard region manager
2013-08-21 05:26:33 [INFO] [SkylandsPlus] Enabling SkylandsPlus v0.15.3
2013-08-21 05:26:33 [INFO] [ProtocolLib] Enabling ProtocolLib v2.6.0
2013-08-21 05:26:33 [INFO] [ProtocolLib] Started structure compiler thread.
2013-08-21 05:26:33 [INFO] [Planetoids] Enabling Planetoids v1.4.2
2013-08-21 05:26:33 [INFO] Planetoids version 1.4.2 is enabled!
2013-08-21 05:26:33 [INFO] [UltimateSkyGrid] Enabling UltimateSkyGrid v0.2.1
2013-08-21 05:26:33 [INFO] [UltimateSkyGrid] UltimateSkyGrid Version v0.2.1 Enabled!
2013-08-21 05:26:33 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-08-21 05:26:33 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2013-08-21 05:26:33 [INFO] [LWC] Permissions API: §4VaultPermissions
2013-08-21 05:26:33 [INFO] [LWC] Currency API: §4VaultCurrency
2013-08-21 05:26:33 [INFO] [LWC] Connecting to SQLite
2013-08-21 05:26:33 [INFO] [LWC] Performing any necessary database updates
2013-08-21 05:26:34 [INFO] [LWC] Using database: Native
2013-08-21 05:26:34 [INFO] [LWC] Precached 10000 protections
2013-08-21 05:26:34 [INFO] [LWC] Enabled plugin support for MobArena
2013-08-21 05:26:34 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-08-21 05:26:34 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-08-21 05:26:34 [WARNING] 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.
2013-08-21 05:26:34 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-08-21 05:26:34 [INFO] Preparing level "world"
2013-08-21 05:26:34 [INFO] Preparing start region for level 0 (Seed: 4384975762410252309)
2013-08-21 05:26:35 [INFO] Preparing start region for level 1 (Seed: 2465188695663834918)
2013-08-21 05:26:35 [INFO] Preparing start region for level 2 (Seed: 2465188695663834918)
2013-08-21 05:26:35 [INFO] [ItemStacker] Enabling ItemStacker v1.03
2013-08-21 05:26:35 [INFO] [CleanChat] Enabling CleanChat v0.6
2013-08-21 05:26:35 [INFO] [CleanChat] Loading configuration files from disk...
2013-08-21 05:26:35 [INFO] [CleanChat] Loaded 0 exceptions from dictionary.
2013-08-21 05:26:35 [INFO] [CleanChat] Load complete! Load took 12ms.
2013-08-21 05:26:35 [INFO] [CleanChat] Initiating updater...
2013-08-21 05:26:36 [INFO] [CleanChat] CleanChat is up to date!
2013-08-21 05:26:36 [INFO] [CleanChat] is now enabled!
2013-08-21 05:26:36 [INFO] [CustomServerMessages] Enabling CustomServerMessages v3.1.6
2013-08-21 05:26:36 [INFO] [CustomServerMessages] CustomServerMessages succesfully enabled.
2013-08-21 05:26:36 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
2013-08-21 05:26:36 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
2013-08-21 05:26:36 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
2013-08-21 05:26:36 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 4384975762410252309
2013-08-21 05:26:36 [WARNING] [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
2013-08-21 05:26:36 [WARNING] [Multiverse-Core] Original Location: X: -403 Y: 20 Z: 701 P: 0 Y: 0
2013-08-21 05:26:36 [INFO] [Multiverse-Core] New Spawn for 'world' is Located at: world:-401.50,20.00,701.50:0.00:0.00
2013-08-21 05:26:36 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 2465188695663834918
2013-08-21 05:26:36 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 2465188695663834918
2013-08-21 05:26:36 [INFO] [Multiverse-Core] Loading World & Settings - 'skyworld' - Env: NORMAL - Type: FLAT & seed: -4568593843762362042 & generator: uSkyBlock
2013-08-21 05:26:36 [INFO] Preparing start region for level 3 (Seed: -4568593843762362042)
2013-08-21 05:26:36 [WARNING] [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
2013-08-21 05:26:36 [WARNING] [Multiverse-Core] Original Location: X: 1,135 Y: 4 Z: 549 P: 0 Y: 0
2013-08-21 05:26:36 [SEVERE] [Multiverse-Core] New safe spawn NOT found!!!
2013-08-21 05:26:36 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nordic' - Env: NORMAL - Type: NORMAL & seed: -4155572858934601618
2013-08-21 05:26:36 [INFO] Preparing start region for level 4 (Seed: -4155572858934601618)
2013-08-21 05:26:37 [INFO] [Multiverse-Core] Loading World & Settings - 'Snow' - Env: NORMAL - Type: NORMAL & seed: -2547351406240020110 & generator: HothGenerator
2013-08-21 05:26:37 [INFO] Preparing start region for level 5 (Seed: -2547351406240020110)
2013-08-21 05:26:37 [INFO] [Multiverse-Core] Loading World & Settings - 'SkylandsPlus' - Env: NORMAL - Type: NORMAL & seed: -2411853581458460953 & generator: SkylandsPlus
2013-08-21 05:26:37 [INFO] [SkylandsPlus v0.15.3]: The world type of 'SkylandsPlus' has been set to to normal.
2013-08-21 05:26:37 [INFO] Preparing start region for level 6 (Seed: -2411853581458460953)
2013-08-21 05:26:37 [INFO] [Multiverse-Core] Loading World & Settings - 'UltimateSkyGrid' - Env: NORMAL - Type: NORMAL & seed: -3102430613535139397 & generator: UltimateSkyGrid
2013-08-21 05:26:37 [INFO] Preparing start region for level 7 (Seed: -3102430613535139397)
2013-08-21 05:26:38 [INFO] Could not set generator for world 'MojaveWorld': Plugin 'MojaveWorld v0.4' is not enabled[m
2013-08-21 05:26:38 [INFO] [Multiverse-Core] Loading World & Settings - 'MojaveWorld' - Env: NORMAL - Type: NORMAL & seed: 9160681519115913351 & generator: MojaveWorld
2013-08-21 05:26:38 [INFO] Preparing start region for level 8 (Seed: 9160681519115913351)
2013-08-21 05:26:38 [INFO] [Multiverse-Core] Loading World & Settings - 'CityWorld' - Env: NORMAL - Type: NORMAL & seed: -6496064858096040979 & generator: CityWorld
2013-08-21 05:26:38 [INFO] Preparing start region for level 9 (Seed: -6496064858096040979)
2013-08-21 05:26:38 [INFO] Could not set generator for world 'infiniteplots': Plugin 'infiniteplots' does not exist[m
2013-08-21 05:26:38 [INFO] [Multiverse-Core] Loading World & Settings - 'infiniteplots' - Env: NORMAL - Type: NORMAL & seed: -4684528566851353821 & generator: infiniteplots
2013-08-21 05:26:38 [INFO] Preparing start region for level 10 (Seed: -4684528566851353821)
2013-08-21 05:26:39 [INFO] [Multiverse-Core] Loading World & Settings - 'infiniteplots-0' - Env: NORMAL - Type: NORMAL & seed: 0
2013-08-21 05:26:39 [INFO] Preparing start region for level 11 (Seed: 0)
2013-08-21 05:26:39 [INFO] Could not set generator for world 'Pikacu': Plugin 'Pikacu' does not exist[m
2013-08-21 05:26:39 [INFO] [Multiverse-Core] Loading World & Settings - 'Pikacu' - Env: NORMAL - Type: NORMAL & seed: -6768168201028600268 & generator: Pikacu
2013-08-21 05:26:39 [INFO] Preparing start region for level 12 (Seed: -6768168201028600268)
2013-08-21 05:26:39 [INFO] Could not set generator for world 'Gulas': Plugin 'Gulas' does not exist[m
2013-08-21 05:26:39 [INFO] [Multiverse-Core] Loading World & Settings - 'Gulas' - Env: NORMAL - Type: NORMAL & seed: -6555295136522577760 & generator: Gulas
2013-08-21 05:26:39 [INFO] Preparing start region for level 13 (Seed: -6555295136522577760)
2013-08-21 05:26:40 [INFO] [Multiverse-Core] Loading World & Settings - 'SkyBlock' - Env: NORMAL - Type: NORMAL & seed: 514028941727555351 & generator: uSkyBlock
2013-08-21 05:26:40 [INFO] Preparing start region for level 14 (Seed: 514028941727555351)
2013-08-21 05:26:40 [WARNING] [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
2013-08-21 05:26:40 [WARNING] [Multiverse-Core] Original Location: X: -431 Y: 64 Z: 1,194 P: 0 Y: 0
2013-08-21 05:26:40 [SEVERE] [Multiverse-Core] New safe spawn NOT found!!!
2013-08-21 05:26:40 [INFO] Could not set generator for world 'walls': Plugin 'walls' does not exist[m
2013-08-21 05:26:40 [INFO] [Multiverse-Core] Loading World & Settings - 'walls' - Env: NORMAL - Type: NORMAL & seed: -5223939276302163416 & generator: walls
2013-08-21 05:26:40 [INFO] Preparing start region for level 15 (Seed: -5223939276302163416)
2013-08-21 05:26:40 [INFO] [Multiverse-Core] Loading World & Settings - 'svet' - Env: NORMAL - Type: NORMAL & seed: 1969974392580966835
2013-08-21 05:26:40 [INFO] Preparing start region for level 16 (Seed: 1969974392580966835)
2013-08-21 05:26:41 [INFO] [Multiverse-Core] 17 - World(s) loaded.
2013-08-21 05:26:41 [INFO] [AutoMessage] Enabling AutoMessage v2.2.1
2013-08-21 05:26:41 [INFO] [Spectate] Enabling Spectate v1.11.1
2013-08-21 05:26:41 [INFO] [Spectate] Spectate v1.11.1 enabled!
2013-08-21 05:26:41 [INFO] [MojaveWorld] Enabling MojaveWorld v0.4
2013-08-21 05:26:41 [INFO] [Mojave] has been Enabled.
2013-08-21 05:26:41 [INFO] [AuthMe] Enabling AuthMe v2.7.0
2013-08-21 05:26:41 [INFO] [AuthMe] Loading Configuration File...
2013-08-21 05:26:41 [INFO] [AuthMe] Merge new Config Options if needed..
2013-08-21 05:26:41 [INFO] [AuthMe] Set Language: en
2013-08-21 05:26:41 [INFO] [AuthMe] MySQL driver loaded
2013-08-21 05:26:41 [INFO] [AuthMe] Connection pool ready
2013-08-21 05:26:41 [INFO] [AuthMe] MySQL Setup finished
2013-08-21 05:26:41 [INFO] [AuthMe] Authme 2.7.0 enabled
2013-08-21 05:26:41 [INFO] [Love] Enabling Love vv1.0
2013-08-21 05:26:41 [INFO] [DuffCraft] Love v1.0 enabled.
2013-08-21 05:26:41 [INFO] [LagMeter] Enabling LagMeter v1.13.0
2013-08-21 05:26:41 [INFO] [LagMeter] Not using logs folder.
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mEnabled! Polling every 40 server ticks. Logging to /hlserver/27486/plugins/LagMeter/lag.log.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mChunks loaded:[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world": 625.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_nether": 625.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_the_end": 625.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "skyworld": 626.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_nordic": 650.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "Snow": 625.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "SkylandsPlus": 625.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "UltimateSkyGrid": 650.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "MojaveWorld": 674.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "CityWorld": 674.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "infiniteplots": 674.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "infiniteplots-0": 674.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "Pikacu": 674.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "Gulas": 650.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "SkyBlock": 651.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "walls": 625.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "svet": 625.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mTotal chunks loaded: 10972[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mEntities:[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world": 917.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_nether": 389.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_the_end": 310.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "skyworld": 0.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "world_nordic": 343.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "Snow": 194.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "SkylandsPlus": 269.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "UltimateSkyGrid": 373.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "MojaveWorld": 859.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "CityWorld": 286.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "infiniteplots": 345.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "infiniteplots-0": 67.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "Pikacu": 209.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "Gulas": 409.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "SkyBlock": 0.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "walls": 301.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mWorld "svet": 16.[m
2013-08-21 05:26:41 [INFO] [0;33;22m[LagMeter 1.13.0] [0;32;1mTotal entities: 5287[m
2013-08-21 05:26:41 [INFO] [Citizens] Enabling Citizens v2.0.8-SNAPSHOT (build 803)
2013-08-21 05:26:41 [INFO] [Jobs] Enabling Jobs v2.11.3
2013-08-21 05:26:41 [WARNING] [Jobs] Job Miner is using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE.
2013-08-21 05:26:41 [WARNING] [Jobs] Automatically changing block to GLOWING_REDSTONE_ORE. Please update your configuration.
2013-08-21 05:26:41 [WARNING] [Jobs] In vanilla minecraft, REDSTONE_ORE changes to GLOWING_REDSTONE_ORE when interacted with.
2013-08-21 05:26:41 [WARNING] [Jobs] In the future, Jobs using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE may fail to work correctly.
2013-08-21 05:26:41 [WARNING] [Jobs] Job Brewer has an invalid Brew type property: REDSTONE_DUST!
2013-08-21 05:26:41 [INFO] [Jobs] Started database save task
2013-08-21 05:26:41 [INFO] [Jobs] Started buffered payment thread
2013-08-21 05:26:41 [INFO] [Jobs] Plugin has been enabled succesfully.
2013-08-21 05:26:41 [INFO] [DigitalClock] Enabling DigitalClock v1.5
2013-08-21 05:26:41 [INFO] [DigitalClock] Plugin has been enabled!
2013-08-21 05:26:41 [INFO] [DigitalClock] Loaded 1 clock(s).
2013-08-21 05:26:41 [INFO] [AlphaChest] Enabling AlphaChest v1.16.0
2013-08-21 05:26:41 [INFO] [AlphaChest] loaded 14 chests
2013-08-21 05:26:41 [INFO] [WorldEdit] Enabling WorldEdit v5.5.6
2013-08-21 05:26:41 [INFO] WEPIF: Using the Bukkit Permissions API.
2013-08-21 05:26:41 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.2
2013-08-21 05:26:41 [INFO] Starting FakaHedaMinequery server on 93.91.240.128:28486
2013-08-21 05:26:41 [INFO] [EpicEnchant] Enabling EpicEnchant v0.95
2013-08-21 05:26:41 [INFO] [CreativeGates] Enabling CreativeGates v1.4
2013-08-21 05:26:41 [INFO] [CreativeGates v1.4] === ENABLE START ===
2013-08-21 05:26:42 [INFO] [CreativeGates v1.4] === ENABLE DONE (Took 291ms) ===
2013-08-21 05:26:42 [INFO] [MotdManager] Enabling MotdManager v1.41-b20
2013-08-21 05:26:42 [INFO] [MotdManager] version 1.41-b20 is enabled!
2013-08-21 05:26:42 [INFO] [War] Enabling War v1.7.4 (Doolittle)
2013-08-21 05:26:42 [INFO] [War] War v1.7.4 (Doolittle) is on.
2013-08-21 05:26:42 [INFO] [PlayerHeads] Enabling PlayerHeads v3.3-jenkins-PlayerHeads-1-23-g85a3601
2013-08-21 05:26:42 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
2013-08-21 05:26:42 [INFO] [PermissionsEx] Superperms support enabled.
2013-08-21 05:26:42 [INFO] [PermissionsEx] v1.19.5 enabled
2013-08-21 05:26:42 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-08-21 05:26:42 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2013-08-21 05:26:42 [INFO] [FigAdmin] Enabling FigAdmin v4.0.16
2013-08-21 05:26:42 [INFO] FigAdmin version 4.0.16 is enabled!
2013-08-21 05:26:42 [INFO] [Trampolin] Enabling Trampolin v0.6
2013-08-21 05:26:42 [INFO] [WorldGuard] Enabling WorldGuard v${project.version}
2013-08-21 05:26:43 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'world'
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-08-21 05:26:43 [INFO] [WorldGuard] (skyworld) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (skyworld) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (skyworld) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (skyworld) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'skyworld'
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_nordic) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_nordic) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_nordic) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (world_nordic) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'world_nordic'
2013-08-21 05:26:43 [INFO] [WorldGuard] (Snow) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Snow) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Snow) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Snow) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'Snow'
2013-08-21 05:26:43 [INFO] [WorldGuard] (SkylandsPlus) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (SkylandsPlus) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (SkylandsPlus) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (SkylandsPlus) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'SkylandsPlus'
2013-08-21 05:26:43 [INFO] [WorldGuard] (UltimateSkyGrid) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (UltimateSkyGrid) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (UltimateSkyGrid) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (UltimateSkyGrid) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'UltimateSkyGrid'
2013-08-21 05:26:43 [INFO] [WorldGuard] (MojaveWorld) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (MojaveWorld) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (MojaveWorld) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (MojaveWorld) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'MojaveWorld'
2013-08-21 05:26:43 [INFO] [WorldGuard] (CityWorld) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (CityWorld) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (CityWorld) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (CityWorld) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'CityWorld'
2013-08-21 05:26:43 [INFO] [WorldGuard] (infiniteplots) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (infiniteplots) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (infiniteplots) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (infiniteplots) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'infiniteplots'
2013-08-21 05:26:43 [INFO] [WorldGuard] (infiniteplots-0) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (infiniteplots-0) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (infiniteplots-0) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (infiniteplots-0) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'infiniteplots-0'
2013-08-21 05:26:43 [INFO] [WorldGuard] (Pikacu) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Pikacu) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Pikacu) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Pikacu) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'Pikacu'
2013-08-21 05:26:43 [INFO] [WorldGuard] (Gulas) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Gulas) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Gulas) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (Gulas) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'Gulas'
2013-08-21 05:26:43 [INFO] [WorldGuard] (SkyBlock) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (SkyBlock) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (SkyBlock) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (SkyBlock) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'SkyBlock'
2013-08-21 05:26:43 [INFO] [WorldGuard] (walls) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (walls) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (walls) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (walls) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'walls'
2013-08-21 05:26:43 [INFO] [WorldGuard] (svet) TNT ignition is PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (svet) Lighters are PERMITTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] (svet) Lava fire is blocked.
2013-08-21 05:26:43 [INFO] [WorldGuard] (svet) Fire spread is UNRESTRICTED.
2013-08-21 05:26:43 [INFO] [WorldGuard] Loaded configuration for world 'svet'
2013-08-21 05:26:43 [INFO] [WorldGuard] 44 regions loaded for 'world'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-08-21 05:26:43 [INFO] [WorldGuard] 1 regions loaded for 'world_the_end'
2013-08-21 05:26:43 [INFO] [WorldGuard] 1 regions loaded for 'skyworld'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'world_nordic'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'Snow'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'SkylandsPlus'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'UltimateSkyGrid'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'MojaveWorld'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'CityWorld'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'infiniteplots'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'infiniteplots-0'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'Pikacu'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'Gulas'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'SkyBlock'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'walls'
2013-08-21 05:26:43 [INFO] [WorldGuard] 0 regions loaded for 'svet'
2013-08-21 05:26:43 [INFO] [MineResetLite] Enabling MineResetLite v0.3.5
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Lapis.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Kremen.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file '17:3.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Emerald.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file '17:2.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Drevo.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Redstone.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file '17:1.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Iron.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Diamond.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Gold.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file '17.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] Loading mine from file 'Coal.mine.yml'...
2013-08-21 05:26:43 [INFO] [MineResetLite] MineResetLite version 0.3.5 enabled!
2013-08-21 05:26:43 [INFO] [MineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=
2013-08-21 05:26:43 [INFO] [PluginList] Enabling PluginList v1.0
2013-08-21 05:26:43 [INFO] [iConomy] Enabling iConomy v7.0
2013-08-21 05:26:43 [INFO] [iConomy - April Fools] Enabled (27 ms)
2013-08-21 05:26:43 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2013-08-21 05:26:43 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2013-08-21 05:26:43 [INFO] [AdminPrivateChat] Enabling AdminPrivateChat v2.0
2013-08-21 05:26:43 [INFO] [AdminPrivateChat] Using format: §c[AdminChat] §f<§d%playername§f> %message
2013-08-21 05:26:43 [INFO] [AntiAdvertiser] Enabling AntiAdvertiser v0.2
2013-08-21 05:26:43 [INFO] [AntiAdvertiser] AntiAdvertiser has been enabled.
2013-08-21 05:26:43 [INFO] [AntiAdvertiser] AntiAdvertiser is licensed under the GNU General Public License. Know your rights and obligations: http://www.gnu.org/licenses/gpl.html
2013-08-21 05:26:43 [INFO] [Essentials] Enabling Essentials v2.11.1
2013-08-21 05:26:43 [INFO] Essentials: Using PermissionsEx based permissions.
2013-08-21 05:26:43 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.25-b320)
2013-08-21 05:26:43 [INFO] [DisguiseCraft] Enabling DisguiseCraft v4.7
2013-08-21 05:26:43 [INFO] [DisguiseCraft] Version 4.7 is enabled!
2013-08-21 05:26:43 [INFO] [CraftBook] Enabling CraftBook v3.7-SNAPSHOT:3173-e2e7862,master
2013-08-21 05:26:43 [INFO] [CraftBook] The Auto-Updater is disabled for your version!
2013-08-21 05:26:43 [INFO] 1 cauldron recipe(s) loaded
2013-08-21 05:26:43 [INFO] [CraftBook] Registered 3 custom recipes!
2013-08-21 05:26:43 [INFO] [CraftBook] Successfully added 1 CommandItems!
2013-08-21 05:26:43 [INFO] [CraftBook] Enumerating chunks for self-triggered components...
2013-08-21 05:26:43 [INFO] [WorldEdit] Using inbuilt NmsBlock for this version.
2013-08-21 05:26:44 [INFO] [CraftBook] 11022 chunk(s) for 17 world(s) processed (348ms elapsed)
2013-08-21 05:26:44 [INFO] [EssentialsChat] Enabling EssentialsChat v2.11.1
2013-08-21 05:26:44 [INFO] [Residence] Enabling Residence v2.6.6.4
2013-08-21 05:26:44 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2013-08-21 05:26:44 [INFO] [Residence] Scanning for economy systems...
2013-08-21 05:26:44 [INFO] [Residence] Found Vault using economy system: iConomy 7
2013-08-21 05:26:45 [INFO] [Residence] Found WorldEdit
2013-08-21 05:26:45 [INFO] [Residence] Enabled! Version 2.6.6.4 by bekvon
2013-08-21 05:26:45 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2013-08-21 05:26:45 [INFO] [ChatManager] ChatManager enabled!
2013-08-21 05:26:45 [INFO] [ChatManager] Multiverse 2 integration enabled!
2013-08-21 05:26:45 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
2013-08-21 05:26:45 [INFO] [Factions] Enabling Factions v1.6.9.4
2013-08-21 05:26:45 [INFO] [Factions v1.6.9.4] === ENABLE START ===
2013-08-21 05:26:45 [INFO] [Factions v1.6.9.4] Loading board from disk
2013-08-21 05:26:45 [INFO] [Factions v1.6.9.4] Found and will integrate chat with EssentialsChat v2.11.1
2013-08-21 05:26:45 [INFO] [Factions v1.6.9.4] Economy integration through Vault plugin successful.
2013-08-21 05:26:45 [INFO] [Factions v1.6.9.4] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
2013-08-21 05:26:45 [INFO] [Factions v1.6.9.4] Successfully hooked into LWC! Integration is currently disabled, though ("lwcIntegration").
2013-08-21 05:26:46 [INFO] [Factions v1.6.9.4] === ENABLE DONE (Took 249ms) ===
2013-08-21 05:26:46 [INFO] [MagicSpells] Enabling MagicSpells v2.16.1
2013-08-21 05:26:48 [INFO] [MagicSpells] Spells loaded: 88
2013-08-21 05:26:48 [INFO] [ChestShop] Enabling ChestShop v3.5
2013-08-21 05:26:48 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2013-08-21 05:26:48 [INFO] [ChestShop] Vault loaded - using iConomy 7
2013-08-21 05:26:48 [INFO] [ChestShop] Residence version 2.6.6.4 loaded.
2013-08-21 05:26:48 [INFO] [MobArena] Enabling MobArena v0.94.4.98
2013-08-21 05:26:48 [INFO] [MobArena] Loaded arena 'default'.
2013-08-21 05:26:48 [INFO] [MobArena] Loaded arena 'majoin'.
2013-08-21 05:26:48 [INFO] [MobArena] v0.94.4.98 enabled.
2013-08-21 05:26:48 [INFO] [ScoreboardStats] Enabling ScoreboardStats v0.5.9
2013-08-21 05:26:48 [INFO] DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[250]
2013-08-21 05:26:48 [INFO] DatabasePlatform name:ScoreboardStats platform:sqlite
2013-08-21 05:26:48 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2013-08-21 05:26:49 [INFO] Entities enhanced[0] subclassed[1]
2013-08-21 05:26:49 [INFO] [Trade] Enabling Trade v0.5.5b
2013-08-21 05:26:49 [INFO] [CreativeControl] Enabling CreativeControl v5.9.6
2013-08-21 05:26:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Settings file updated, check at:
Regions >> welcome[m
2013-08-21 05:26:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Settings file updated, check at:
Regions >> farewell[m
2013-08-21 05:26:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Settings file updated, check at:
Regions >> unallowed[m
2013-08-21 05:26:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Settings file updated, check at:
Regions >> cant_here[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Initializing configurations...[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
World >> GameMode[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
BlackList >> SurvivalCommands[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
BlackList >> SignText[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
World >> GameMode[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
BlackList >> SurvivalCommands[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
BlackList >> SignText[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
World >> GameMode[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
BlackList >> SurvivalCommands[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
BlackList >> SignText[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
World >> GameMode[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
BlackList >> SurvivalCommands[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Settings file updated, check at:
BlackList >> SignText[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Loading Modules...[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Connecting to the SQLite Database...[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m SQLite database connected Successfuly![m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Registring Events...[m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m MobArena support enabled![m
2013-08-21 05:26:49 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Vault hooked as permissions plugin[m
2013-08-21 05:26:52 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Cached 11,416 protections[m
2013-08-21 05:26:52 [INFO] [0;31;22m[CreativeControl]:[0;37;22m Loaded 0 regions[m
2013-08-21 05:26:52 [INFO] [0;31;22m[CreativeControl]:[0;37;22m 1,471,929 blocks protected[m
2013-08-21 05:26:52 [INFO] [0;31;22m[CreativeControl]:[0;37;22m CreativeControl v5.9.6 loaded![m
2013-08-21 05:26:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
#10 Příspěvekod nejento » 21 srp 2013, 23:09
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 111 hostů