Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [18:41:14] [Server thread/INFO]: Starting minecraft server version 1.8.8
- [18:41:14] [Server thread/INFO]: Loading properties
- [18:41:14] [Server thread/INFO]: Default game type: SURVIVAL
- [18:41:14] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-21fe707-741a1bd (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
- [18:41:15] [Server thread/INFO]: Debug logging is disabled
- [18:41:15] [Server thread/INFO]: Server Ping Player Sample Count: 12
- [18:41:15] [Server thread/INFO]: Using 4 threads for Netty based IO
- [18:41:15] [Server thread/INFO]: Generating keypair
- [18:41:15] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25582
- [18:41:15] [Server thread/INFO]: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
- [18:41:15] [Server thread/INFO]: Using default channel type
- [18:41:16] [Server thread/INFO]: Set PluginClassLoader as parallel capable
- [18:41:17] [Server thread/ERROR]: Could not load 'plugins/AvastKitStaff.jar' in folder 'plugins'
- org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-741a1bd]
- at java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
- at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at me.avast.plugin.Main.<init>(Main.java:9) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
- at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
- at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
- at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
- at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
- at java.lang.Class.newInstance(Class.java:645) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-21fe707-741a1bd]
- ... 6 more
- Caused by: java.lang.IllegalStateException: Initial initialization
- at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at me.avast.plugin.Main.<init>(Main.java:9) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
- at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
- at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
- at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
- at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
- at java.lang.Class.newInstance(Class.java:645) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-21fe707-741a1bd]
- ... 6 more
- [18:41:17] [Server thread/INFO]: [eZProtector] Your server is running version v1_8_R3
- [18:41:19] [Server thread/ERROR]: Could not load 'plugins/Ancient_Gates.jar' in folder 'plugins'
- org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/libs/com/google/gson/GsonBuilder
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-741a1bd]
- at java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/libs/com/google/gson/GsonBuilder
- at org.mcteam.ancientgates.Plugin.<clinit>(Plugin.java:92) ~[?:?]
- at java.lang.Class.forName0(Native Method) ~[?:?]
- at java.lang.Class.forName(Class.java:467) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-21fe707-741a1bd]
- ... 6 more
- Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.libs.com.google.gson.GsonBuilder
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
- at org.mcteam.ancientgates.Plugin.<clinit>(Plugin.java:92) ~[?:?]
- at java.lang.Class.forName0(Native Method) ~[?:?]
- at java.lang.Class.forName(Class.java:467) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-21fe707-741a1bd]
- ... 6 more
- [18:41:19] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v4.25 Release
- [18:41:19] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.2
- [18:41:19] [Server thread/INFO]: [nProtect] Loading nProtect v2.3
- [18:41:19] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
- [18:41:19] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
- [18:41:19] [Server thread/INFO]: [AntiWorldFly] Loading AntiWorldFly v2.3.3
- [18:41:19] [Server thread/INFO]: [AvastSayV1] Loading AvastSayV1 v1.0
- [18:41:19] [Server thread/INFO]: [AntiForceOp] Loading AntiForceOp v1.0
- [18:41:19] [Server thread/INFO]: [CaixasMisteriosas] Loading CaixasMisteriosas v1.0
- [18:41:19] [Server thread/INFO]: [BookDuplicationFix] Loading BookDuplicationFix v1.0.1
- [18:41:19] [Server thread/INFO]: [MFLogger] Loading MFLogger v1.1
- [18:41:19] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.5-SNAPSHOT
- [18:41:19] [Server thread/INFO]: [AlwaysDay] Loading AlwaysDay v2.2.8
- [18:41:19] [Server thread/INFO]: [TitleAPI] Loading TitleAPI v1.4
- [18:41:19] [Server thread/INFO]: [AvastDiscord] Loading AvastDiscord v8.0
- [18:41:19] [Server thread/INFO]: [F_Maquinas] Loading F_Maquinas v2.0
- [18:41:19] [Server thread/INFO]: [0;33;1m[F_Maquinas] Carregando plugin...[m
- [18:41:19] [Server thread/INFO]: [vISetLoja] Loading vISetLoja v1.1
- [18:41:19] [Server thread/INFO]: [BanItem] Loading BanItem v2.8
- [18:41:19] [Server thread/INFO]: [EventoFrog] Loading EventoFrog v1.5
- [18:41:19] [Server thread/INFO]: [Ls_x1] Loading Ls_x1 v1.4
- [18:41:19] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v3.2.1
- [18:41:19] [Server thread/INFO]: [ViaVersion] ViaVersion 3.2.1 is now loaded, injecting!
- [18:41:19] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
- [18:41:19] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
- [18:41:20] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
- [18:41:20] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
- [18:41:20] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
- [18:41:20] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
- [18:41:20] [Server thread/INFO]: [TLuz] Loading TLuz v1.0
- [18:41:20] [Server thread/INFO]: [HideStream] Loading HideStream v3.10
- [18:41:20] [Server thread/INFO]: [ExBau] Loading ExBau v1.0
- [18:41:20] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
- [18:41:20] [Server thread/INFO]: [Skript] Loading Skript v2.2-SNAPSHOT
- [18:41:20] [Server thread/INFO]: [SairStaff] Loading SairStaff v5.0
- [18:41:20] [Server thread/INFO]: [nAntiBot] Loading nAntiBot v6.0.0
- [18:41:21] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
- [18:41:21] [Server thread/INFO]: [nAntiBot] [0;32;1mConnecting to the remote server api.nickuc.com...[m
- [18:41:22] [Server thread/INFO]: [AFF_TrocarComando] Loading AFF_TrocarComando v1.0
- [18:41:22] [Server thread/INFO]: [AdvancedBans] Loading AdvancedBans v0.81
- [18:41:22] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
- [18:41:23] [Server thread/INFO]: [CCubeAntiDupe] Loading CCubeAntiDupe v1.0
- [18:41:23] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
- [18:41:23] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
- [18:41:23] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
- [18:41:23] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
- [18:41:23] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.1.5.1
- [18:41:23] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v18.10.17-e26cdc6-1226-21.5.13
- [18:41:23] [Server thread/INFO]: [Stargate] Loading Stargate v0.8
- [18:41:23] [Server thread/INFO]: [UUIDSpoof-Fix] Loading UUIDSpoof-Fix v3.1
- [18:41:23] [Server thread/INFO]: [WorldEditCrashFix] Loading WorldEditCrashFix v0.1
- [18:41:23] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
- [18:41:23] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
- [18:41:23] [Server thread/INFO]: [ZeroCraftValoresVIP] Loading ZeroCraftValoresVIP v1.8
- [18:41:23] [Server thread/INFO]: [Solary-Market] Loading Solary-Market v1.1
- [18:41:23] [Server thread/INFO]: [TzCassino] Loading TzCassino v1.0
- [18:41:23] [Server thread/INFO]: [MasterLagg] Loading MasterLagg v1.0
- [18:41:24] [Server thread/INFO]: [PlayerLogger] Loading PlayerLogger v2.9.1
- [18:41:24] [Server thread/INFO]: [CommandCooldown] Loading CommandCooldown v1.0
- [18:41:24] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
- [18:41:24] [Server thread/INFO]: [nLogin] Loading nLogin v9.2.0
- [18:41:24] [Server thread/INFO]: [0;31;22m[nCore] [nLogin] Dependency 'ncore-libs.jar' is corrupted. Trying to reinstall...[m
- [18:41:24] [Server thread/INFO]: [0;33;1m[nCore] [nLogin] Dependencies not found. Downloading...[m
- [18:41:25] [Server thread/ERROR]: null initializing nLogin v9.2.0 (Is it up to date?)
- java.lang.ExceptionInInitializerError: null
- at com.nickuc.login.$χρημπζνυη$ψ.$ιργτλ$κ(äNICKUC_OBF:qDg1RaQufo3psrz3hbyasg==öxzWkNöMDliNWFudWxsMDliNWE=öNICKUC_OBF:+E40BWVT+LE=öQTFzMöMWY0NGNudWxsMWY0NGM=öNICKUC_OBF:FykbVyREPgwpAXcaj+JJ8E7Y9BIVsPaA==9öCpvCSöOWY5YWNudWxsOWY5YWM=öNICKUC_OBF:kyER5zGs5hjN636S3vwN/+i2C/nhfmCiRK5Rv6a9E4hnSBvwyrb1JHFnJSzA0MIIBaHgnd3LjR50rBZbLiYgHS2MpyCWIXo0öAJTYcöNmE0NjZudWxsNmE0NjY=öNICKUC_OBF:703xZaG09wCttsukeIjZow==öftaoWöYTZhZGZudWxsYTZhZGY=öNICKUC_OBF:/6ebB3OkI6IkGUhOU8hOEVPg9jg+wvVBw7WQkGQaJ+pnAd6ap/PO3ZUFz0ro4ivtRGYIHlVPupg=öwdrqjöü:127) ~[?:?]
- at com.nickuc.login.τμι$υ$ο.σνυσρκθ(äNICKUC_OBF:0ghoeuwGAehn7/FZylckKg==öZjQEDöZmJiM2ZudWxsZmJiM2Y=öNICKUC_OBF:rqqgXmX3SRl0s7ijfMXUuyJAQBYnp3q3öUsWoSöMTdhZDBudWxsMTdhZDA=öNICKUC_OBF:FbgZkJJsb4QR5ZzByN0QpMhCGcvUhzEY+fAFJe0L37jiz+LnsxZByxjvLHiHAHnugFop4foiV1iJaTQnu9wQ=8ökzuJaöNzAwNGFudWxsNzAwNGE=öNICKUC_OBF:Ez+5UtdKP7sX3ek+mXKhTA==öbxMypöNjgyODZudWxsNjgyODY=öNICKUC_OBF:Fmt276wYln/Fe4lonsdDzB5Q==1öjRayzöOGYwODNudWxsOGYwODM=öNICKUC_OBF:FwPiTvZ403z6+QtrJHFALWE7hJLKUqvTLx5KXCNEWEsg85KHI17tb4xle8irCBVNZq3Ec24An2aOi6rE=4öxlSsDöü:80) ~[?:?]
- at com.nickuc.login.γταθυυνλσρ.onLoad(äNICKUC_OBF:FHEkPooMxsGGC4z4I0=6öHUDsiöNTBmYWVudWxsNTBmYWU=öNICKUC_OBF:ZGubXoIsuSU=öqAEBböYWMxYzJudWxsYWMxYzI=öNICKUC_OBF:2Mbm+2VpHgmaOulNqf/EHQ==ömPynPöNDI5NGFudWxsNDI5NGE=öNICKUC_OBF:Fg+uhyefHRL98=1öDGNUböNGEzNThudWxsNGEzNTg=öü:43) ~[?:?]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-741a1bd]
- at java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @2f80ec95
- at java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) ~[?:?]
- at java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) ~[?:?]
- at java.lang.reflect.Method.checkCanSetAccessible(Method.java:199) ~[?:?]
- at java.lang.reflect.Method.setAccessible(Method.java:193) ~[?:?]
- at com.nickuc.login.γπαγχκχ.<clinit>(äNICKUC_OBF:DcTYEvN6eq9XYJ+nl202pCagagn0FGJT3pPJ1eCLFjPbSE1oRLhmIA==öbdmKvöODY4M2RudWxsODY4M2Q=öNICKUC_OBF:44a+WVSwTVE=öDmDEgöMzMzZTludWxsMzMzZTk=öü:32) ~[?:?]
- ... 7 more
- [18:41:25] [Server thread/INFO]: [Solary-Economy] Loading Solary-Economy v1.4
- [18:41:25] [Server thread/INFO]: [DisableTabComplete] Loading DisableTabComplete v1.0
- [18:41:25] [Server thread/INFO]: [CrashFix] Loading CrashFix v1.0
- [18:41:25] [Server thread/INFO]: [VipZero] Loading VipZero v1.2.4
- [18:41:25] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.4
- [18:41:25] [Server thread/INFO]: [Legendchat] Loading Legendchat v1.1.3
- [18:41:25] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
- [18:41:25] [Server thread/INFO]: [JH_AntiCrashExploits] Loading JH_AntiCrashExploits v2.0.0
- [18:41:25] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
- [18:41:25] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.5.0
- [18:41:25] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
- [18:41:25] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.11
- [18:41:25] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
- [18:41:25] [Server thread/INFO]: [BGMataMata] Loading BGMataMata v1.0-R
- [18:41:25] [Server thread/INFO]: [RoweFix] Loading RoweFix v1.0
- [18:41:25] [Server thread/INFO]: [System] Loading System v1.14.2
- [18:41:25] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.5
- [18:41:25] [Server thread/INFO]: [yEventos] Loading yEventos v1.2.0-STABLE
- [18:41:25] [Server thread/INFO]: [SimpleClans] Loading SimpleClans v2.5.3
- [18:41:25] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
- [18:41:25] [Server thread/INFO]: [MitoPvp] Loading MitoPvp v1.0
- [18:41:25] [Server thread/INFO]: [Gladiador] Loading Gladiador v2.0
- [18:41:25] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v18.11.15-0252cf7-2052
- [18:41:25] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1-TRADUZIDA
- [18:41:25] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
- [18:41:25] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
- [18:41:25] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.76
- [18:41:25] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.8
- [18:41:25] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.13-SNAPSHOT (compiled at 2017-07-06T23:01:33Z)
- [18:41:25] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
- [18:41:25] [Server thread/INFO]: [nAntiBot] Enabling nAntiBot v6.0.0
- [18:41:27] [Server thread/INFO]: [nAntiBot] Successful plugin core start. Took 1304ms[m
- [18:41:27] [Server thread/INFO]: [0;31;1m _ _ _ ___ _ [m
- [18:41:27] [Server thread/INFO]: [0;31;1m _ __ /_\ _ __ | |_(_) / __\ ___ | |_ [m
- [18:41:27] [Server thread/INFO]: [0;31;1m | '_ \ //_\\| '_ \| __| |/__\/// _ \| __|[m
- [18:41:27] [Server thread/INFO]: [0;31;1m | | | / _ \ | | | |_| / \/ \ (_) | |_ [m
- [18:41:27] [Server thread/INFO]: [0;31;1m |_| |_\_/ \_/_| |_|\__|_\_____/\___/ \__|[m
- [18:41:27] [Server thread/INFO]: [0;31;1m [m
- [18:41:27] [Server thread/INFO]: [0;31;1m By: www.nickuc.com - V 6.0.0[m
- [18:41:27] [Server thread/INFO]: [m
- [18:41:27] [Server thread/INFO]: [0;33;1m[nAntiBot] [WARN] [m
- [18:41:27] [Server thread/INFO]: [0;33;1m[nAntiBot] [WARN] The server is using an outdated version of Netty.[m
- [18:41:27] [Server thread/INFO]: [0;33;1m[nAntiBot] [WARN] Detected version: 4.0.23.Final[m
- [18:41:27] [Server thread/INFO]: [0;33;1m[nAntiBot] [WARN] It is recommended to update to your server's JAR to avoid performance problems.[m
- [18:41:27] [Server thread/INFO]: [0;33;1m[nAntiBot] [WARN] [m
- [18:41:27] [Server thread/INFO]: [0;33;1m[nAntiBot] [WARN] Server platform: PlatformVersion(name=CraftBukkit, version=git-Spigot-21fe707-741a1bd (MC: 1.8.8), fullVersion=Bukkit: 1.8.8-R0.1-SNAPSHOT | Server: git-Spigot-21fe707-741a1bd (MC: 1.8.8), type=Bukkit)[m
- [18:41:27] [Server thread/INFO]: [0;33;1m[nAntiBot] [WARN] [m
- [18:41:33] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
- [18:41:33] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
- [18:41:33] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v18.10.17-e26cdc6-1226-21.5.13
- [18:41:33] [Server thread/WARN]: java.lang.NoSuchFieldException: modifiers
- [18:41:33] [Server thread/WARN]: at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.config.Config.setAccessible(Config.java:451)
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.config.Config.save(Config.java:288)
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.config.Config.<init>(Config.java:27)
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.config.Settings.<init>(Settings.java:8)
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.config.Settings.<clinit>(Settings.java:10)
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.bukkit.FaweBukkit.<init>(FaweBukkit.java:94)
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.bukkit.BukkitMain.onEnable(BukkitMain.java:76)
- [18:41:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
- [18:41:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
- [18:41:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
- [18:41:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
- [18:41:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
- [18:41:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199)
- [18:41:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
- [18:41:33] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
- [18:41:33] [Server thread/WARN]: java.lang.NullPointerException: Cannot assign field "ENABLED" because "com.boydti.fawe.config.Settings.IMP.TICK_LIMITER" is null
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.bukkit.FaweBukkit.<init>(FaweBukkit.java:94)
- [18:41:33] [Server thread/WARN]: at com.boydti.fawe.bukkit.BukkitMain.onEnable(BukkitMain.java:76)
- [18:41:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
- [18:41:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
- [18:41:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
- [18:41:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
- [18:41:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
- [18:41:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199)
- [18:41:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
- [18:41:33] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
- [18:41:33] [Server thread/ERROR]: Error occurred while enabling FastAsyncWorldEdit v18.10.17-e26cdc6-1226-21.5.13 (Is it up to date?)
- java.lang.NullPointerException: Cannot invoke "com.boydti.fawe.util.TaskManager.task(java.lang.Runnable)" because "com.boydti.fawe.util.TaskManager.IMP" is null
- at com.boydti.fawe.bukkit.FaweBukkit.<init>(FaweBukkit.java:137) ~[?:?]
- at com.boydti.fawe.bukkit.BukkitMain.onEnable(BukkitMain.java:76) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-741a1bd]
- at java.lang.Thread.run(Thread.java:833) [?:?]
- [18:41:33] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
- [18:41:33] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
- [18:41:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
- [18:41:33] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
- [18:41:33] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
- [18:41:33] [Server thread/INFO]: [nLogin] Enabling nLogin v9.2.0
- [18:41:33] [Server thread/INFO]: [Solary-Economy] Enabling Solary-Economy v1.4
- [18:41:34] [Server thread/INFO]: [Legendchat] Enabling Legendchat v1.1.3
- [18:41:34] [Server thread/INFO]: [Legendchat] Legendchat (V1.1.3) - Author: SubZero0
- [18:41:34] [Server thread/INFO]: [Legendchat] Checking for updates...
- [18:41:34] [Server thread/INFO]: [Legendchat] New update avaible: V1.1.5!
- [18:41:34] [Server thread/INFO]: [Legendchat] Download: http://dev.bukkit.org/bukkit-plugins/legendchat/
- [18:41:34] [Server thread/INFO]: [Legendchat] Hooked to Vault (Permissions).
- [18:41:34] [Server thread/INFO]: [Legendchat] Hooked to Vault (Economy).
- [18:41:34] [Server thread/INFO]: [Legendchat] Hooked to Vault (Chat).
- [18:41:34] [Server thread/INFO]: [BGMataMata] Enabling BGMataMata v1.0-R
- [18:41:34] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;32;1mVault encontrado![m
- [18:41:34] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;32;1mLegendChat encontrado![m
- [18:41:34] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;32;1mSimpleClans encontrado![m
- [18:41:34] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;32;1mAutoStarter carregado.[m
- [18:41:35] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;31;1mAtualizacao disponivel! Versao: 1.1 [0;31;1mJa disponivel.[m
- [18:41:35] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;31;1mPara pegar a nova versao acesse:[m
- [18:41:35] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;31;1mhttps://gamersboard.com.br/topic/75467-free-bgmatamata-seu-evento-mata-mata-automático/[m
- [18:41:35] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;32;1mPlugin habilitado com sucesso![m
- [18:41:35] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;32;1mSpawn carregado com sucesso![m
- [18:41:35] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;32;1mSaida carregada com sucesso![m
- [18:41:35] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v18.11.15-0252cf7-2052
- [18:41:35] [Server thread/INFO]: Invalid config field: issues for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: issues: https://github.com/IntellectualSites/PlotSquared/issues | com.intellectualcrafters.plot.config.Settings@1bced818[m
- [18:41:35] [Server thread/INFO]: Invalid config field: suggestion for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: suggestion: https://github.com/IntellectualSites/PlotSquaredSuggestions | com.intellectualcrafters.plot.config.Settings@48194348[m
- [18:41:35] [Server thread/INFO]: Invalid config field: wiki for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: wiki: https://github.com/IntellectualSites/PlotSquared/wiki | com.intellectualcrafters.plot.config.Settings@71db5998[m
- [18:41:35] [Server thread/INFO]: Invalid config field: date for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: date: 14 Dec 2018 23:00:00 GMT | com.intellectualcrafters.plot.config.Settings@712a7767[m
- [18:41:35] [Server thread/INFO]: Invalid config field: build for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: build: https://ci.athion.net/job/PlotSquared/2052 | com.intellectualcrafters.plot.config.Settings@1cc96f42[m
- [18:41:35] [Server thread/INFO]: Invalid config field: commit for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: commit: https://github.com/IntellectualSites/PlotSquared/commit/252cf7 | com.intellectualcrafters.plot.config.Settings@1e487c90[m
- [18:41:35] [Server thread/INFO]: Invalid config field: platform for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: platform: Bukkit | com.intellectualcrafters.plot.config.Settings@3574f158[m
- [18:41:35] [Server thread/INFO]: Invalid config field: debug for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: debug: true | com.intellectualcrafters.plot.config.Settings@17c729de[m
- [18:41:35] [Server thread/INFO]: Invalid config field: titles for settings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: titles: true | com.intellectualcrafters.plot.config.Settings@40a3e71b[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.database for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.database: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@3e4fc734[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.events for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.events: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@2f4c08[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.commands for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.commands: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@7bba0e73[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.uuid-cache for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.uuid-cache: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@5bd84909[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.updater for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.updater: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@1bee4321[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.persistent-meta for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.persistent-meta: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@53b0c8d9[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.permission-cache for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.permission-cache: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@3aae6ec5[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.block-cache for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.block-cache: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@3d67b1b[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.rating-cache for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.rating-cache: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@3eba607[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.plotme-converter for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.plotme-converter: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@564840a3[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.worldedit-restrictions for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.worldedit-restrictions: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@1fd9c4e9[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.economy for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.economy: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@2fe77aaa[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.metrics for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.metrics: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@71e22acf[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.plot-expiry for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.plot-expiry: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@653b3108[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.chunk-processor for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.chunk-processor: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@34945fca[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.kill-road-mobs for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.kill-road-mobs: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@7c697926[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.kill-road-items for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.kill-road-items: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@6a15136e[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.kill-road-vehicles for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.kill-road-vehicles: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@581b3365[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.comment-notifier for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.comment-notifier: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@2d12ff8e[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.worlds for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.worlds: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@1a850343[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.database-purger for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.database-purger: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@58c9fd1e[m
- [18:41:35] [Server thread/INFO]: Invalid config field: enabled-components.ban-deleter for enabled-components[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: enabled-components.ban-deleter: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@59486d79[m
- [18:41:35] [Server thread/INFO]: Invalid config field: ratings.categories for ratings[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: ratings.categories: [] | com.intellectualcrafters.plot.config.Settings$Ratings@51b18f7a[m
- [18:41:35] [Server thread/INFO]: Invalid config field: claim.max-auto-area for claim[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: claim.max-auto-area: 4 | com.intellectualcrafters.plot.config.Settings$Claim@5cbe2753[m
- [18:41:35] [Server thread/INFO]: Invalid config field: redstone.disable-unoccupied for redstone[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: redstone.disable-unoccupied: false | com.intellectualcrafters.plot.config.Settings$Redstone@20c8bcc[m
- [18:41:35] [Server thread/INFO]: Invalid config field: redstone.disable-offline for redstone[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: redstone.disable-offline: false | com.intellectualcrafters.plot.config.Settings$Redstone@79ba8793[m
- [18:41:35] [Server thread/INFO]: Invalid config field: redstone.detect-invalid-edge-pistons for redstone[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: redstone.detect-invalid-edge-pistons: false | com.intellectualcrafters.plot.config.Settings$Redstone@5413a348[m
- [18:41:35] [Server thread/INFO]: Invalid config field: teleport.on-death for teleport[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: teleport.on-death: false | com.intellectualcrafters.plot.config.Settings$Teleport@3593fc46[m
- [18:41:35] [Server thread/INFO]: Invalid config field: teleport.on-login for teleport[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: teleport.on-login: false | com.intellectualcrafters.plot.config.Settings$Teleport@18386378[m
- [18:41:35] [Server thread/INFO]: Invalid config field: teleport.delay for teleport[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: teleport.delay: 0 | com.intellectualcrafters.plot.config.Settings$Teleport@51788ad4[m
- [18:41:35] [Server thread/INFO]: Invalid config field: teleport.per-world-visit for teleport[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: teleport.per-world-visit: false | com.intellectualcrafters.plot.config.Settings$Teleport@38ceb809[m
- [18:41:35] [Server thread/INFO]: Invalid config field: confirmation.confirmation-timeout-seconds for confirmation[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: confirmation.confirmation-timeout-seconds: 20 | com.intellectualcrafters.plot.config.Settings$Confirmation@49ed9003[m
- [18:41:35] [Server thread/INFO]: Invalid config field: plotme.cache-uuds for plotme[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: plotme.cache-uuds: false | com.intellectualcrafters.plot.config.Settings$PlotMe@111578b3[m
- [18:41:35] [Server thread/INFO]: Invalid config field: limit.global for limit[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: limit.global: false | com.intellectualcrafters.plot.config.Settings$Limit@e664937[m
- [18:41:35] [Server thread/INFO]: Invalid config field: limit.max-plots for limit[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: limit.max-plots: 127 | com.intellectualcrafters.plot.config.Settings$Limit@66b67da6[m
- [18:41:35] [Server thread/INFO]: Invalid config field: chat.console-color for chat[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: chat.console-color: true | com.intellectualcrafters.plot.config.Settings$Chat@5c5c5123[m
- [18:41:35] [Server thread/INFO]: Invalid config field: chat.interactive for chat[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: chat.interactive: true | com.intellectualcrafters.plot.config.Settings$Chat@262db00[m
- [18:41:35] [Server thread/INFO]: Invalid config field: done.required-for-download for done[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: done.required-for-download: false | com.intellectualcrafters.plot.config.Settings$Done@6bff04bf[m
- [18:41:35] [Server thread/INFO]: Invalid config field: done.required-for-ratings for done[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: done.required-for-ratings: false | com.intellectualcrafters.plot.config.Settings$Done@551485aa[m
- [18:41:35] [Server thread/INFO]: Invalid config field: done.restrict-building for done[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: done.restrict-building: false | com.intellectualcrafters.plot.config.Settings$Done@41bafed3[m
- [18:41:35] [Server thread/INFO]: Invalid config field: done.counts-towards-limit for done[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: done.counts-towards-limit: true | com.intellectualcrafters.plot.config.Settings$Done@77516e3b[m
- [18:41:35] [Server thread/INFO]: Invalid config field: web.url for web[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: web.url: https://empcraft.com/plots/ | com.intellectualcrafters.plot.config.Settings$Web@15d0a67e[m
- [18:41:35] [Server thread/INFO]: Invalid config field: web.assets for web[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: web.assets: https://empcraft.com/assetpack/ | com.intellectualcrafters.plot.config.Settings$Web@38a9e71[m
- [18:41:35] [Server thread/INFO]: Invalid config field: paths.schematics for paths[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: paths.schematics: schematics | com.intellectualcrafters.plot.config.Settings$Paths@59dced23[m
- [18:41:35] [Server thread/INFO]: Invalid config field: paths.bo3 for paths[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: paths.bo3: bo3 | com.intellectualcrafters.plot.config.Settings$Paths@492f4330[m
- [18:41:35] [Server thread/INFO]: Invalid config field: paths.scripts for paths[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: paths.scripts: scripts | com.intellectualcrafters.plot.config.Settings$Paths@1e813572[m
- [18:41:35] [Server thread/INFO]: Invalid config field: paths.templates for paths[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: paths.templates: templates | com.intellectualcrafters.plot.config.Settings$Paths@51dc545f[m
- [18:41:35] [Server thread/INFO]: Invalid config field: paths.translations for paths[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: paths.translations: translations | com.intellectualcrafters.plot.config.Settings$Paths@6f571eb2[m
- [18:41:35] [Server thread/INFO]: Invalid config field: uuid.offline for uuid[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: uuid.offline: false | com.intellectualcrafters.plot.config.Settings$UUID@4bef72e6[m
- [18:41:35] [Server thread/INFO]: Invalid config field: uuid.force-lowercase for uuid[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: uuid.force-lowercase: false | com.intellectualcrafters.plot.config.Settings$UUID@7822b968[m
- [18:41:35] [Server thread/INFO]: Invalid config field: uuid.use-sqluuidhandler for uuid[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: uuid.use-sqluuidhandler: false | com.intellectualcrafters.plot.config.Settings$UUID@2f579a50[m
- [18:41:35] [Server thread/INFO]: Invalid config field: chunk-processor.auto-trim for chunk-processor[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: chunk-processor.auto-trim: false | com.intellectualcrafters.plot.config.Settings$Chunk_Processor@5433f094[m
- [18:41:35] [Server thread/INFO]: Invalid config field: chunk-processor.max-tiles for chunk-processor[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: chunk-processor.max-tiles: 4096 | com.intellectualcrafters.plot.config.Settings$Chunk_Processor@39b7ea83[m
- [18:41:35] [Server thread/INFO]: Invalid config field: chunk-processor.max-entities for chunk-processor[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: chunk-processor.max-entities: 512 | com.intellectualcrafters.plot.config.Settings$Chunk_Processor@2a2172ff[m
- [18:41:35] [Server thread/INFO]: Invalid config field: chunk-processor.disable-physics for chunk-processor[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: chunk-processor.disable-physics: false | com.intellectualcrafters.plot.config.Settings$Chunk_Processor@105597ba[m
- [18:41:35] [Server thread/INFO]: Version is PlotSquared-18.11.15-252cf7-2052
- [18:41:35] [Server thread/WARN]: java.lang.NoSuchFieldException: modifiers
- [18:41:35] [Server thread/WARN]: at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- [18:41:35] [Server thread/WARN]: at com.intellectualcrafters.plot.config.Config.setAccessible(Config.java:356)
- [18:41:35] [Server thread/WARN]: at com.intellectualcrafters.plot.config.Config.save(Config.java:207)
- [18:41:35] [Server thread/WARN]: at com.intellectualcrafters.plot.config.Config.save(Config.java:110)
- [18:41:35] [Server thread/WARN]: at com.intellectualcrafters.plot.config.Settings.save(Settings.java:42)
- [18:41:35] [Server thread/WARN]: at com.intellectualcrafters.plot.PS.setupConfig(PS.java:1686)
- [18:41:35] [Server thread/WARN]: at com.intellectualcrafters.plot.PS.setupConfigs(PS.java:1716)
- [18:41:35] [Server thread/WARN]: at com.intellectualcrafters.plot.PS.<init>(PS.java:149)
- [18:41:35] [Server thread/WARN]: at com.plotsquared.bukkit.BukkitMain.onEnable(BukkitMain.java:193)
- [18:41:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
- [18:41:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
- [18:41:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
- [18:41:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
- [18:41:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
- [18:41:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199)
- [18:41:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
- [18:41:35] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
- [18:41:35] [Server thread/INFO]: Invalid config field: prefix for storage[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: prefix: | com.intellectualcrafters.plot.config.Storage@695897ba[m
- [18:41:35] [Server thread/INFO]: Invalid config field: sqlite.use for sqlite[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: sqlite.use: true | com.intellectualcrafters.plot.config.Storage$SQLite@4d389c11[m
- [18:41:35] [Server thread/INFO]: Invalid config field: sqlite.db for sqlite[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: sqlite.db: storage | com.intellectualcrafters.plot.config.Storage$SQLite@3c1b86a1[m
- [18:41:35] [Server thread/INFO]: Invalid config field: mysql.use for mysql[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: mysql.use: false | com.intellectualcrafters.plot.config.Storage$MySQL@66f98f82[m
- [18:41:35] [Server thread/INFO]: Invalid config field: mysql.host for mysql[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: mysql.host: localhost | com.intellectualcrafters.plot.config.Storage$MySQL@6f284f58[m
- [18:41:35] [Server thread/INFO]: Invalid config field: mysql.port for mysql[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: mysql.port: 3306 | com.intellectualcrafters.plot.config.Storage$MySQL@f66e292[m
- [18:41:35] [Server thread/INFO]: Invalid config field: mysql.user for mysql[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: mysql.user: root | com.intellectualcrafters.plot.config.Storage$MySQL@45cdc13a[m
- [18:41:35] [Server thread/INFO]: Invalid config field: mysql.password for mysql[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: mysql.password: password | com.intellectualcrafters.plot.config.Storage$MySQL@6fe2d39e[m
- [18:41:35] [Server thread/INFO]: Invalid config field: mysql.database for mysql[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: mysql.database: plot_db | com.intellectualcrafters.plot.config.Storage$MySQL@429d13b5[m
- [18:41:35] [Server thread/INFO]: Invalid config field: mysql.properties for mysql[m
- [18:41:35] [Server thread/INFO]: Failed to set config option: mysql.properties: [useSSL=false] | com.intellectualcrafters.plot.config.Storage$MySQL@7ad70b06[m
- [18:41:36] [Server thread/INFO]: [0;33;22mMetrics enabled.[m
- [18:41:36] [Server thread/INFO]: [0;33;22mPlotSquared is using online UUIDs[m
- [18:41:37] [Server thread/INFO]: PlotSquared hooked into WorldEdit.[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mplot-expiry[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mkill-road-mobs[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mkill-road-items[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mworlds[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mworldedit-restrictions[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mdatabase-purger[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22meconomy[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mblock-cache[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mkill-road-vehicles[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mpersistent-meta[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mban-deleter[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mupdater[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mdatabase[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mplotme-converter[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mpermission-cache[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mrating-cache[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mcomment-notifier[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mmetrics[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mchunk-processor[0;31;1m, Value: [0;33;22mfalse[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22muuid-cache[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mevents[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;31;1mKey: [0;33;22mcommands[0;31;1m, Value: [0;33;22mtrue[m
- [18:41:37] [Server thread/INFO]: [0;32;1mO PlotSquared agora está ativado.[m
- [18:41:37] [Server thread/INFO]: [0;33;22mMetrics enabled.[m
- [18:41:37] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
- [18:41:37] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
- [18:41:37] [Server thread/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:41:37] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
- [18:41:37] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
- [18:41:37] [Server thread/INFO]: Preparing level "world"
- [18:41:37] [Server thread/INFO]: -------- World Settings For [world] --------
- [18:41:37] [Server thread/INFO]: Mob Spawn Range: 4
- [18:41:37] [Server thread/INFO]: Anti X-Ray: true
- [18:41:37] [Server thread/INFO]: Engine Mode: 1
- [18:41:37] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [18:41:37] [Server thread/INFO]: Replace Blocks: [1, 5]
- [18:41:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [18:41:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Cane Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Melon Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [18:41:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [18:41:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [18:41:38] [Server thread/INFO]: Random Lighting Updates: false
- [18:41:38] [Server thread/INFO]: Structure Info Saving: true
- [18:41:38] [Server thread/INFO]: Sending up to 10 chunks per packet
- [18:41:38] [Server thread/INFO]: Max Entity Collisions: 8
- [18:41:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [18:41:38] [Server thread/INFO]: Max TNT Explosions: 100
- [18:41:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [18:41:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [18:41:38] [Server thread/INFO]: Item Despawn Rate: 6000
- [18:41:38] [Server thread/INFO]: Item Merge Radius: 2.5
- [18:41:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [18:41:38] [Server thread/INFO]: View Distance: 10
- [18:41:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [18:41:38] [Server thread/INFO]: Experience Merge Radius: 3.0
- [18:41:38] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [18:41:38] [Server thread/INFO]: Clear tick list: false
- [18:41:38] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
- [18:41:38] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
- [18:41:38] [Server thread/INFO]: Mob Spawn Range: 4
- [18:41:38] [Server thread/INFO]: Anti X-Ray: true
- [18:41:38] [Server thread/INFO]: Engine Mode: 1
- [18:41:38] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [18:41:38] [Server thread/INFO]: Replace Blocks: [1, 5]
- [18:41:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [18:41:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Cane Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Melon Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [18:41:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [18:41:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [18:41:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [18:41:38] [Server thread/INFO]: Random Lighting Updates: false
- [18:41:38] [Server thread/INFO]: Structure Info Saving: true
- [18:41:38] [Server thread/INFO]: Sending up to 10 chunks per packet
- [18:41:38] [Server thread/INFO]: Max Entity Collisions: 8
- [18:41:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [18:41:38] [Server thread/INFO]: Max TNT Explosions: 100
- [18:41:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [18:41:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [18:41:38] [Server thread/INFO]: Item Despawn Rate: 6000
- [18:41:38] [Server thread/INFO]: Item Merge Radius: 2.5
- [18:41:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [18:41:38] [Server thread/INFO]: View Distance: 10
- [18:41:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [18:41:38] [Server thread/INFO]: Experience Merge Radius: 3.0
- [18:41:38] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [18:41:38] [Server thread/INFO]: Clear tick list: false
- [18:41:38] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
- [18:41:38] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5310807406325028569)
- [18:41:38] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2112913682755459784)
- [18:41:38] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v4.25 Release
- [18:41:38] [Server thread/INFO]: [ColoredSigns] ColoredSigns v4.25 Release has been enabled.
- [18:41:38] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.2
- [18:41:38] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
- [18:41:38] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
- [18:41:38] [Server thread/INFO]: [nProtect] Enabling nProtect v2.3
- [18:41:38] [Server thread/INFO]: [nProtect] [0;33;22mPlugin de permissoes foi detectado automaticamente pelo hook do Vault (PermissionsEx)[m
- [18:41:38] [Server thread/INFO]: [nProtect] Vinculando sistema de permissões do PermissionsEx[m
- [18:41:38] [Server thread/ERROR]: [nProtect] Plugin nProtect v2.3 has failed to register events for class nickultracraft.protect.hooks.plugins.login.nLogin because nickultracraft/login/events/LoginEvent does not exist.
- [18:41:38] [Server thread/INFO]: [nProtect] Vinculando sistema de registro do nLogin[m
- [18:41:38] [Server thread/INFO]: [nProtect] Inicializacao completa com sucesso[m
- [18:41:38] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
- [18:41:38] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
- [18:41:38] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
- [18:41:38] [Server thread/INFO]: [AntiWorldFly] Enabling AntiWorldFly v2.3.3
- [18:41:38] [Server thread/INFO]: [AntiWorldFly] Registering listeners...
- [18:41:38] [Server thread/INFO]: [AntiWorldFly] Backing up and loading configuration files...
- [18:41:38] [Thread-9/INFO]: [AntiWorldFly] Checking for plugin update...
- [18:41:38] [Server thread/INFO]: [AntiWorldFly] Plugin successfully enabled and ready to run! Took 18ms.
- [18:41:38] [Server thread/INFO]: [AvastSayV1] Enabling AvastSayV1 v1.0
- [18:41:38] [Server thread/INFO]: [m
- [18:41:38] [Server thread/INFO]: [m
- [18:41:38] [Server thread/INFO]: [m
- [18:41:38] [Server thread/INFO]: [0;33;1m[21mAvast Plugins> [0;32;1m[21mPLUGIN AVASTSAY INICIADO![m
- [18:41:38] [Server thread/INFO]: [0;33;1m[21m> [0;32;1m[21mDesenvolvido por: @AvastZero1#7172[m
- [18:41:38] [Server thread/INFO]: [0;33;1m[21m> [0;32;1m[21mUso EXCLUSIVO para o ZeroCraft[m
- [18:41:38] [Server thread/INFO]: [0;33;1m[21m> [0;32;1m[21mVersão: 1.0.0 (BETA)[m
- [18:41:38] [Server thread/INFO]: [m
- [18:41:38] [Server thread/INFO]: [m
- [18:41:38] [Server thread/INFO]: [m
- [18:41:38] [Server thread/INFO]: [AntiForceOp] Enabling AntiForceOp v1.0
- [18:41:38] [Server thread/INFO]: AntiForceOp v1.0 is now enabled.
- [18:41:38] [Server thread/INFO]: [CaixasMisteriosas] Enabling CaixasMisteriosas v1.0
- [18:41:38] [Server thread/INFO]: [BookDuplicationFix] Enabling BookDuplicationFix v1.0.1
- [18:41:38] [Server thread/INFO]: [MFLogger] Enabling MFLogger v1.1
- [18:41:38] [Server thread/INFO]: [MFLogger] Database iniciada.
- [18:41:38] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.5-SNAPSHOT
- [18:41:39] [Thread-9/WARN]: [AntiWorldFly] Update available: v2.5.0! Download at one of the following locations:
- [18:41:39] [Thread-9/WARN]: [AntiWorldFly] - spigotmc.org/resources/anti-world-fly.5357
- [18:41:39] [Thread-9/WARN]: [AntiWorldFly] - dev.bukkit.org/bukkit-plugins/anti-world-fly/files
- [18:41:39] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1mDetected Minecraft [0;33;1mnull[0;32;1m, using [0;33;1mUniversalSkinFactory[0;32;1m.[m
- [18:41:39] [Server thread/INFO]: [AlwaysDay] Enabling AlwaysDay v2.2.8
- [18:41:39] [Server thread/INFO]: [AlwaysDay] AlwaysDay v2.2.8 is now enabled.
- [18:41:39] [Server thread/INFO]: Please donate at the AlwaysDay page (http://dev.bukkit.org/server-mods/always-day/) if you are enjoying this plugin! Any contributions are greatly appreciated!
- [18:41:39] [Server thread/INFO]: [TitleAPI] Enabling TitleAPI v1.4
- [18:41:39] [Server thread/INFO]: [m
- [18:41:39] [Server thread/INFO]: [0;34;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[m
- [18:41:39] [Server thread/INFO]: [m
- [18:41:39] [Server thread/INFO]: [0;36;1mTitleAPI[m
- [18:41:39] [Server thread/INFO]: [0;36;1mVersion 1.4[m
- [18:41:39] [Server thread/INFO]: [m
- [18:41:39] [Server thread/INFO]: [0;34;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[m
- [18:41:39] [pool-10-thread-1/WARN]: [Fatal Error] :1:1: Premature end of file.
- [18:41:39] [Server thread/INFO]: [m
- [18:41:39] [pool-10-thread-1/WARN]: [AlwaysDay] Could not connect to dev.bukkit.org, please try again later.
- [18:41:39] [Server thread/INFO]: [AvastDiscord] Enabling AvastDiscord v8.0
- [18:41:39] [Server thread/INFO]: [0;31;1m[AvastDiscord] [0;33;1mPlugin ativado![m
- [18:41:39] [Server thread/INFO]: [F_Maquinas] Enabling F_Maquinas v2.0
- [18:41:39] [Server thread/INFO]: [0;33;1m[F_Maquinas] Plugin ativado com sucesso![m
- [18:41:39] [Server thread/INFO]: [0;33;1m[F_Maquinas] Versao: 2.0 [v1_8_R3][m
- [18:41:39] [Server thread/INFO]: [0;33;1m[F_Maquinas] Author: [LeoDevi][m
- [18:41:39] [Server thread/INFO]: [vISetLoja] Enabling vISetLoja v1.1
- [18:41:39] [Server thread/INFO]: [0;31;1m[vISetLoja] [0;37;22mHabilitado com sucesso, v1.1[m
- [18:41:39] [Server thread/INFO]: [0;31;1m[vISetLoja] [0;37;22mCriado por [0;37;1mViiict0r[m
- [18:41:39] [Server thread/INFO]: [BanItem] Enabling BanItem v2.8
- [18:41:39] [Server thread/INFO]: [BanItem] BanItem is now Enabled!
- [18:41:39] [Server thread/INFO]: [BanItem] made by: [abcalvin]
- [18:41:39] [Server thread/INFO]: BanItem's config.yml detected
- [18:41:39] [Server thread/INFO]: [EventoFrog] Enabling EventoFrog v1.5
- [18:41:39] [Server thread/INFO]: [EventoFrog] Iniciando plugin EventoFrog v1.5 de SubZero0.
- [18:41:39] [Server thread/INFO]: [EventoFrog] Plugin Vault encontrado!
- [18:41:39] [Server thread/INFO]: [Ls_x1] Enabling Ls_x1 v1.4
- [18:41:39] [Server thread/INFO]: [0;36;22m[Ls_x1] [0;36;1mVault encontrado. Hooked (Economy)[m
- [18:41:39] [Server thread/INFO]: [0;36;22m[Ls_x1] [0;36;1mPlugin habilitado (Criador: DevLeeo)[m
- [18:41:39] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v3.2.1
- [18:41:39] [Server thread/INFO]: [TLuz] Enabling TLuz v1.0
- [18:41:39] [Server thread/INFO]: [0;33;22m[TLuz] - Iniciado.[m
- [18:41:39] [Server thread/INFO]: [HideStream] Enabling HideStream v3.10
- [18:41:39] [Server thread/INFO]: [HideStream] Version 3.10 enabled. (Metrics: true. CheckForUpdates: true)
- [18:41:39] [Server thread/INFO]: [ExBau] Enabling ExBau v1.0
- [18:41:39] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
- [18:41:39] [Server thread/INFO]: [0;33;1m[Tim] Unused enchantments: DEPTH_STRIDER(8) LUCK(61) LURE(62) [m
- [18:41:39] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
- [18:41:39] [Server thread/INFO]: [Skript] Enabling Skript v2.2-SNAPSHOT
- [18:41:42] [Server thread/INFO]: [Skript] Loaded a total of 11617 english aliases
- [18:41:42] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
- [18:41:42] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
- [18:41:42] [Server thread/INFO]: [SairStaff] Enabling SairStaff v5.0
- [18:41:42] [Server thread/INFO]: [m
- [18:41:42] [Server thread/INFO]: [m
- [18:41:42] [Server thread/INFO]: [0;32;1m[21m=====================================[m
- [18:41:42] [Server thread/INFO]: [m
- [18:41:42] [Server thread/INFO]: [0;32;1m[21mPLUGIN INICIADO![m
- [18:41:42] [Server thread/INFO]: [0;32;1m[21mFEITO POR: [0;34;1m[21m@AvastZero1#7172[m
- [18:41:42] [Server thread/INFO]: [0;33;1m[21mUSO EXCLUSIVO ZEROCRAFT[m
- [18:41:42] [Server thread/INFO]: [m
- [18:41:42] [Server thread/INFO]: [0;32;1m[21m=====================================[m
- [18:41:42] [Server thread/INFO]: [m
- [18:41:42] [Server thread/INFO]: [m
- [18:41:42] [Server thread/INFO]: [AFF_TrocarComando] Enabling AFF_TrocarComando v1.0
- [18:41:42] [Server thread/INFO]: [AdvancedBans] Enabling AdvancedBans v0.81
- [18:41:42] [Server thread/INFO]: [CCubeAntiDupe] Enabling CCubeAntiDupe v1.0
- [18:41:42] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
- [18:41:42] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
- [18:41:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
- [18:41:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
- [18:41:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
- [18:41:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
- [18:41:42] [Server thread/INFO]: [NoCheatPlus] Update block-info: WATER_LILY block shape patch for multi client protocol support around 1.7.x - 1.11.x.
- [18:41:43] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
- [18:41:43] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
- [18:41:43] [Server thread/INFO]: [NoCheatPlus] Confirm teleport packet available (via name): TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [PacketPlayInTeleportAccept] (unregistered)]
- [18:41:43] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [NoCheatPlus] Unsupported client packet in current Minecraft version: TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [PacketPlayInTeleportAccept] (unregistered)]
- [18:41:43] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
- [18:41:43] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
- [18:41:43] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.1.5.1
- [18:41:43] [Server thread/INFO]: [eZProtector] Unofficial version by Dvargas135
- [18:41:43] [Server thread/INFO]: [eZProtector] Reloading config...
- [18:41:43] [Server thread/INFO]: [eZProtector] Your server version is compatible with eZProtector.
- [18:41:43] [Server thread/INFO]: [eZProtector] The plugin has enabled successfully. Version: 4.1.5.1
- [18:41:44] [Server thread/INFO]: [Stargate] Enabling Stargate v0.8
- [18:41:44] [Server thread/INFO]: Stargate v.0.8 is enabled.
- [18:41:44] [Server thread/INFO]: [Stargate] Loaded 1 gate layouts
- [18:41:44] [Server thread/INFO]: [Stargate] {world} No stargates for world
- [18:41:44] [Server thread/INFO]: [Stargate] {world_the_end} No stargates for world
- [18:41:44] [Server thread/INFO]: [Stargate] Plugin metrics enabled.
- [18:41:44] [Server thread/INFO]: [UUIDSpoof-Fix] Enabling UUIDSpoof-Fix v3.1
- [18:41:44] [Server thread/INFO]:
- [0;34;1m*----------------------------------------------------------------*
- [0;36;1mChecking online mode...
- [0;37;22mThe online-mode is: [0;37;1mfalse[0;37;22m!
- [0;32;1m[3mUUIDSpoof - Fix [0;37;22mby [3mzPirroZ3007[m[0;37;22m has been enabled!
- [0;37;22mThe [0;36;1mUUID exploit[m[0;37;22m is now [0;36;1mfixed[m[0;37;22m!
- [0;34;1m*----------------------------------------------------------------*[m
- [18:41:44] [Server thread/INFO]: [WorldEditCrashFix] Enabling WorldEditCrashFix v0.1
- [18:41:44] [Server thread/ERROR]: Error occurred while enabling WorldEditCrashFix v0.1 (Is it up to date?)
- java.lang.NullPointerException: Cannot invoke "org.bukkit.entity.Player.sendMessage(String)" because the return value of "org.bukkit.Bukkit.getPlayer(String)" is null
- at me.JavaCoders.Plugin.Main.onEnable(Main.java:49) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-741a1bd]
- at java.lang.Thread.run(Thread.java:833) [?:?]
- [18:41:44] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
- [18:41:44] [Server thread/INFO]: [PermissionsEx] Initializing file backend
- [18:41:44] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
- [18:41:44] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
- [18:41:44] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
- [18:41:44] [Server thread/INFO]: [ZeroCraftValoresVIP] Enabling ZeroCraftValoresVIP v1.8
- [18:41:44] [Server thread/INFO]: [0;32;1mPlugin VALORES VIP ativado! By Avast[m
- [18:41:44] [Server thread/INFO]: [Solary-Market] Enabling Solary-Market v1.1
- [18:41:44] [Server thread/INFO]: [Solary-Market] iniciando banco de dados...
- [18:41:44] [Thread-10/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
- [18:41:44] [Server thread/INFO]: [Solary-Market] tipo do banco de dados "SQLite" selecionado.
- [18:41:44] [Server thread/INFO]: [Solary-Market] testando conexao com banco de dados...
- [18:41:44] [Server thread/INFO]: [Solary-Market] conexao testada com sucesso, tudo OK!
- [18:41:44] [Server thread/INFO]: [TzCassino] Enabling TzCassino v1.0
- [18:41:44] [Server thread/INFO]: [0;36;22m[TzCassino] [0;36;1mAtivando plugin...[m
- [18:41:44] [Server thread/INFO]: [0;36;22m[TzCassino] [0;36;1mPlugin ativado by [0;33;22mTzMarcio[m
- [18:41:44] [Server thread/INFO]: [MasterLagg] Enabling MasterLagg v1.0
- [18:41:44] [Server thread/INFO]: [PlayerLogger] Enabling PlayerLogger v2.9.1
- [18:41:44] [Server thread/INFO]: [CommandCooldown] Enabling CommandCooldown v1.0
- [18:41:44] [Server thread/INFO]: [DisableTabComplete] Enabling DisableTabComplete v1.0
- [18:41:44] [Server thread/INFO]: [CrashFix] Enabling CrashFix v1.0
- [18:41:44] [Server thread/INFO]: [VipZero] Enabling VipZero v1.2.4
- [18:41:44] [Server thread/INFO]: [VipZero] Enabling VipZero (V1.2.4) - Author: SubZero0 & nathampa0909
- [18:41:45] [Server thread/INFO]: [VipZero] Checking for updates...
- [18:41:45] [Server thread/INFO]: [VipZero] No updates found.
- [18:41:45] [Server thread/INFO]: [VipZero] Checking for old config file...
- [18:41:45] [Server thread/INFO]: [VipZero] No updates found.
- [18:41:45] [Server thread/INFO]: [VipZero] Checking for config file update...
- [18:41:45] [Server thread/INFO]: [VipZero] No updates found.
- [18:41:45] [Server thread/INFO]: [VipZero] Checking for language file update...
- [18:41:45] [Server thread/INFO]: [VipZero] No updates found.
- [18:41:45] [Server thread/INFO]: [VipZero] Using flatfile system.
- [18:41:45] [Server thread/INFO]: [VipZero] Use only Vault for permissions: ENABLED!
- [18:41:45] [Server thread/INFO]: [VipZero] Hooked to Vault (Permission).
- [18:41:45] [Server thread/INFO]: [VipZero] Hooked to Vault (Economy).
- [18:41:45] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.4
- [18:41:45] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
- [18:41:45] [Server thread/INFO]: [ChestCommands] PlayerPoints vinculado com sucesso!
- [18:41:46] [Server thread/INFO]: [JH_AntiCrashExploits] Enabling JH_AntiCrashExploits v2.0.0
- [18:41:46] [Server thread/WARN]: [JH_AntiCrashExploits] Could not save config.yml to plugins/JH_AntiCrashExploits/config.yml because config.yml already exists.
- [18:41:46] [Server thread/INFO]: Plugin iniciado com sucesso!
- [18:41:46] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
- [18:41:46] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
- [18:41:46] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
- [18:41:46] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.4.1-b436
- [18:41:46] [Server thread/INFO]: | Command file(s) found : 1
- [18:41:46] [Server thread/INFO]: | Config : Ready.
- [18:41:46] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
- [18:41:46] [Server thread/INFO]: | Custom commands loaded : 4
- [18:41:46] [Server thread/INFO]: | Version: 5.3.4
- [18:41:46] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
- [18:41:46] [Server thread/INFO]: | New update available : MyCommand v5.7.2
- [18:41:46] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
- [18:41:46] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.5.0
- [18:41:46] [Thread-11/ERROR]: §a[JH_AntiCrashExploits] §fNova atualização para §aJH_AntiCrashExploits§f download https://www.jhdev.net/details.php?id=25
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Herobrine
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: GalinhaI to GalinhaII successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: GalinhaII to VacaI successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: VacaI to VacaII successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: VacaII to PorcoI successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: PorcoI to PorcoII successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: PorcoII to Redstone successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: LulaI to LulaII successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: LulaII to ZumbiI successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: ZumbiI to ZumbiII successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: ZumbiII to EsqueletoI successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: EsqueletoI to EsqueletoII successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: EsqueletoII to AranhaI successfully loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Rankup: AranhaI to AranhaII successfully loaded
- [18:41:47] [Server thread/WARN]: [EZRanksPro] The rankup AranhaII is invalid:
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Already a rankup loaded with the same order
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Rankup: AranhaII was not loaded
- [18:41:47] [Server thread/WARN]: [EZRanksPro] The rankup GolemI is invalid:
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Already a rankup loaded with the same order
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Rankup: GolemI was not loaded
- [18:41:47] [Server thread/WARN]: [EZRanksPro] The rankup GolemII is invalid:
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Already a rankup loaded with the same order
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Rankup: GolemII was not loaded
- [18:41:47] [Server thread/WARN]: [EZRanksPro] The rankup Herobrine is invalid:
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Does not contain a rankup name
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Has an invalid cost
- [18:41:47] [Server thread/WARN]: [EZRanksPro] Rankup: Herobrine was not loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] 13 rankup(s) loaded
- [18:41:47] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Herobrine
- [18:41:47] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
- [18:41:47] [Server thread/INFO]: [EZRanksPro] 1 rankup cost multipliers loaded!
- [18:41:47] [Server thread/INFO]: [CustomPayloadFixer] Enabling CustomPayloadFixer v1.5
- [18:41:47] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.11
- [18:41:47] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
- [18:41:47] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
- [18:41:47] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "com.boydti.fawe.IFawe.getDirectory()" because the return value of "com.boydti.fawe.Fawe.imp()" is null
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.scripting.CommandScriptLoader.load(CommandScriptLoader.java:44)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.CommandManager.register(CommandManager.java:303)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.Capability$2.initialize(Capability.java:53)
- [18:41:47] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [18:41:47] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- [18:41:47] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- [18:41:47] [Server thread/WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.PlatformManager.choosePreferred(PlatformManager.java:205)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.PlatformManager.handlePlatformReady(PlatformManager.java:321)
- [18:41:47] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [18:41:47] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- [18:41:47] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- [18:41:47] [Server thread/WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173)
- [18:41:47] [Server thread/WARN]: at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:119)
- [18:41:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
- [18:41:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
- [18:41:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
- [18:41:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
- [18:41:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
- [18:41:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
- [18:41:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
- [18:41:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
- [18:41:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
- [18:41:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
- [18:41:47] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
- [18:41:48] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
- [18:41:48] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 17.0.2).
- [18:41:48] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
- [18:41:48] [Server thread/INFO]: [RoweFix] Enabling RoweFix v1.0
- [18:41:48] [Server thread/INFO]: [System] Enabling System v1.14.2
- [18:41:49] [Server thread/INFO]: [0;31;1m[System] McMMO nao encontrado, desativando addons![m
- [18:41:49] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.5
- [18:41:49] [Server thread/INFO]: The following materials are allowed to have stacks larger than the vanilla size: POTION
- [18:41:49] [Server thread/INFO]: Found a missing configuration value UserRequested.Obscure.HackedShulker.CheckGroundForBadShulkerAtLogin it has been added to the config with the default value of: false
- [18:41:49] [Server thread/INFO]: Chat Components found! Enabling clickable commands in /istack
- [18:41:49] [Server thread/INFO]: Spigot chat components NOT found! disabling chat components.
- [18:41:49] [Server thread/INFO]: MC Version < 1.13 detected!
- [18:41:49] [Server thread/INFO]: Minecraft 1.8 detected not checking offhand slot for overstacked items.
- [18:41:49] [Server thread/INFO]: Version < 1.11 found, not checking for shulker boxes
- [18:41:49] [Server thread/INFO]: [yEventos] Enabling yEventos v1.2.0-STABLE
- [18:41:49] [Server thread/INFO]: [yEventos] Legendchat encontrado.
- [18:41:49] [Server thread/INFO]: [yEventos] Foi encontrado o Legendchat, métodos inicializados.
- [18:41:49] [Server thread/INFO]: [INFO] [0;32;1m[yEventos] [0;37;1mconexão com sqlite inicializada com sucesso[m
- [18:41:49] [Server thread/INFO]: [INFO] [0;32;1m[yEventos] [0;37;1mCarregado 0 objetos em 0ms[m
- [18:41:50] [Server thread/ERROR]: [yEventos] Há um erro na tua eventos/fight.yml
- [18:41:50] [Server thread/ERROR]: [yEventos] Há um erro na tua eventos/killer.yml
- [18:41:50] [Server thread/INFO]: [yEventos] Questoes carregadas.
- [18:41:50] [Server thread/INFO]: [yEventos] Palavras carregadas.
- [18:41:50] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "String.toLowerCase()" because "label" is null
- [18:41:50] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.register(SimpleCommandMap.java:63)
- [18:41:50] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.register(SimpleCommandMap.java:56)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.utils.RegisterCommand.registerPluginCommand(Unknown Source)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.utils.RegisterCommand.<init>(Unknown Source)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.commands.eventos.FightCommands.<init>(Unknown Source)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.Main.register(Unknown Source)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.Main.onEnable(Unknown Source)
- [18:41:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
- [18:41:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
- [18:41:50] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
- [18:41:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
- [18:41:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
- [18:41:50] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
- [18:41:50] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "String.toLowerCase()" because "label" is null
- [18:41:50] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.register(SimpleCommandMap.java:63)
- [18:41:50] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.register(SimpleCommandMap.java:56)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.utils.RegisterCommand.registerPluginCommand(Unknown Source)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.utils.RegisterCommand.<init>(Unknown Source)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.commands.eventos.KillerCommands.<init>(Unknown Source)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.Main.register(Unknown Source)
- [18:41:50] [Server thread/WARN]: at com.ystoreplugins.yeventos.Main.onEnable(Unknown Source)
- [18:41:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
- [18:41:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
- [18:41:50] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
- [18:41:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
- [18:41:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
- [18:41:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
- [18:41:50] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
- [18:41:50] [Server thread/INFO]: [0;37;22m================================[m
- [18:41:50] [Server thread/INFO]: [0;37;22m| [0;33;22mPlugin yEventos enabled![m
- [18:41:50] [Server thread/INFO]: [0;37;22m| [0;33;22mMade by yChusy.[m
- [18:41:50] [Server thread/INFO]: [0;37;22m| [0;33;22mVersion 1.2.0-STABLE[m
- [18:41:50] [Server thread/INFO]: [0;37;22m================================[m
- [18:41:50] [Server thread/INFO]: [SimpleClans] Enabling SimpleClans v2.5.3
- [18:41:50] [Server thread/INFO]: [SimpleClans] Version 2.5.3 loaded
- [18:41:50] [Server thread/INFO]: [SimpleClans] SQLite Connection successful
- [18:41:50] [Server thread/INFO]: [SimpleClans] Clan players: 1
- [18:41:50] [Server thread/INFO]: [SimpleClans] Modo Multithreading: false
- [18:41:50] [Server thread/INFO]: [SimpleClans] Modo BungeeCord: false
- [18:41:51] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
- [18:41:51] [Server thread/INFO]: [MitoPvp] Enabling MitoPvp v1.0
- [18:41:51] [Server thread/INFO]: [MitoPvp] Ativando MitoPvp - Autor: SubZero0.
- [18:41:51] [Server thread/INFO]: [MitoPvp] Hooked to Legendchat.
- [18:41:51] [Server thread/INFO]: [Gladiador] Enabling Gladiador v2.0
- [18:41:51] [Server thread/INFO]: [Gladiador] Ativando Gladiador (V2.0) - Autor: SubZero0
- [18:41:51] [Server thread/INFO]: [Gladiador] Hooked to SimpleClans 1!
- [18:41:51] [Server thread/INFO]: [Gladiador] Hooked to Vault (Economia)!
- [18:41:51] [Server thread/INFO]: [Gladiador] Hooked to Legendchat.
- [18:41:51] [Server thread/INFO]: [Gladiador] <> Data automatica:
- [18:41:51] [Server thread/INFO]: [Gladiador] Dia = 7
- [18:41:51] [Server thread/INFO]: [Gladiador] Hora = 17:00
- [18:41:51] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1-TRADUZIDA
- [18:41:52] [Server thread/INFO]: [WorldGuard] (world) A inginicao da TNT NAO esta bloqueada.
- [18:41:52] [Server thread/INFO]: [WorldGuard] (world) Os isqueiros NAO estao bloqueados.
- [18:41:52] [Server thread/INFO]: [WorldGuard] (world) O fogo da lava esta bloqueado.
- [18:41:52] [Server thread/INFO]: [WorldGuard] (world) A propagacao do fogo NAO esta bloqueada.
- [18:41:52] [Server thread/INFO]: [WorldGuard] Carregando configuracao do mundo 'world'
- --------{Versao do WorldGuard editada por: RUSH}--------
- [18:41:52] [Server thread/INFO]: [WorldGuard] (world_the_end) A inginicao da TNT NAO esta bloqueada.
- [18:41:52] [Server thread/INFO]: [WorldGuard] (world_the_end) Os isqueiros NAO estao bloqueados.
- [18:41:52] [Server thread/INFO]: [WorldGuard] (world_the_end) O fogo da lava esta bloqueado.
- [18:41:52] [Server thread/INFO]: [WorldGuard] (world_the_end) A propagacao do fogo NAO esta bloqueada.
- [18:41:52] [Server thread/INFO]: [WorldGuard] Carregando configuracao do mundo 'world_the_end'
- --------{Versao do WorldGuard editada por: RUSH}--------
- [18:41:52] [Server thread/INFO]: [WorldGuard] Carregando region data...
- [18:41:52] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
- [18:41:52] [Server thread/INFO]: Injecting command information into Citizens.[m
- [18:41:52] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
- [18:41:53] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
- [18:41:53] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
- [18:41:54] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: ArenaX1
- [18:41:54] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [18:41:54] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: MinaPvP
- [18:41:54] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [18:41:59] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
- [18:41:59] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [18:41:59] [Server thread/INFO]: -------- World Settings For [plotworld] --------
- [18:41:59] [Server thread/INFO]: Mob Spawn Range: 4
- [18:41:59] [Server thread/INFO]: Anti X-Ray: true
- [18:41:59] [Server thread/INFO]: Engine Mode: 1
- [18:41:59] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [18:41:59] [Server thread/INFO]: Replace Blocks: [1, 5]
- [18:41:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [18:41:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [18:41:59] [Server thread/INFO]: Cane Growth Modifier: 100%
- [18:41:59] [Server thread/INFO]: Melon Growth Modifier: 100%
- [18:41:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [18:41:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [18:41:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [18:41:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [18:41:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [18:41:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [18:41:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [18:41:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [18:41:59] [Server thread/INFO]: Random Lighting Updates: false
- [18:41:59] [Server thread/INFO]: Structure Info Saving: true
- [18:41:59] [Server thread/INFO]: Sending up to 10 chunks per packet
- [18:41:59] [Server thread/INFO]: Max Entity Collisions: 8
- [18:41:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [18:41:59] [Server thread/INFO]: Max TNT Explosions: 100
- [18:41:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [18:41:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [18:41:59] [Server thread/INFO]: Item Despawn Rate: 6000
- [18:41:59] [Server thread/INFO]: Item Merge Radius: 2.5
- [18:41:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [18:41:59] [Server thread/INFO]: View Distance: 10
- [18:41:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [18:41:59] [Server thread/INFO]: Experience Merge Radius: 3.0
- [18:41:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [18:41:59] [Server thread/INFO]: Clear tick list: false
- [18:41:59] [Server thread/INFO]: [0;32;1mDetected world load for 'plotworld'[m
- [18:41:59] [Server thread/INFO]: [0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
- [18:41:59] [Server thread/INFO]: [0;36;22m - plotworld: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotWorld[m
- [18:41:59] [Server thread/INFO]: [0;36;22m - manager: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotManager[m
- [18:41:59] [Server thread/INFO]: [0;36;22m - schematic: [0;37;22mfalse[m
- [18:41:59] [Server thread/INFO]: World possibly already loaded: plotworld[m
- [18:41:59] [Server thread/INFO]: Preparing start region for level 2 (Seed: -821920132918915048)
- [18:42:00] [Server thread/INFO]: Preparing spawn area for plotworld, 52%
- [18:42:00] [Server thread/INFO]: [Stargate] {plotworld} No stargates for world
- [18:42:00] [Server thread/INFO]: [WorldGuard] (plotworld) A inginicao da TNT NAO esta bloqueada.
- [18:42:00] [Server thread/INFO]: [WorldGuard] (plotworld) Os isqueiros NAO estao bloqueados.
- [18:42:00] [Server thread/INFO]: [WorldGuard] (plotworld) O fogo da lava esta bloqueado.
- [18:42:00] [Server thread/INFO]: [WorldGuard] (plotworld) A propagacao do fogo NAO esta bloqueada.
- [18:42:00] [Server thread/INFO]: [WorldGuard] Carregando configuracao do mundo 'plotworld'
- --------{Versao do WorldGuard editada por: RUSH}--------
- [18:42:01] [Server thread/INFO]: -------- World Settings For [Terrenos] --------
- [18:42:01] [Server thread/INFO]: Mob Spawn Range: 4
- [18:42:01] [Server thread/INFO]: Anti X-Ray: true
- [18:42:01] [Server thread/INFO]: Engine Mode: 1
- [18:42:01] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [18:42:01] [Server thread/INFO]: Replace Blocks: [1, 5]
- [18:42:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [18:42:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [18:42:01] [Server thread/INFO]: Cane Growth Modifier: 100%
- [18:42:01] [Server thread/INFO]: Melon Growth Modifier: 100%
- [18:42:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [18:42:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [18:42:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [18:42:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [18:42:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [18:42:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [18:42:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [18:42:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [18:42:01] [Server thread/INFO]: Random Lighting Updates: false
- [18:42:01] [Server thread/INFO]: Structure Info Saving: true
- [18:42:01] [Server thread/INFO]: Sending up to 10 chunks per packet
- [18:42:01] [Server thread/INFO]: Max Entity Collisions: 8
- [18:42:01] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [18:42:01] [Server thread/INFO]: Max TNT Explosions: 100
- [18:42:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [18:42:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [18:42:01] [Server thread/INFO]: Item Despawn Rate: 6000
- [18:42:01] [Server thread/INFO]: Item Merge Radius: 2.5
- [18:42:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [18:42:01] [Server thread/INFO]: View Distance: 10
- [18:42:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [18:42:01] [Server thread/INFO]: Experience Merge Radius: 3.0
- [18:42:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [18:42:01] [Server thread/INFO]: Clear tick list: false
- [18:42:01] [Server thread/INFO]: [0;32;1mDetected world load for 'Terrenos'[m
- [18:42:01] [Server thread/INFO]: [0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
- [18:42:01] [Server thread/INFO]: [0;36;22m - plotworld: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotWorld[m
- [18:42:01] [Server thread/INFO]: [0;36;22m - manager: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotManager[m
- [18:42:01] [Server thread/INFO]: [0;36;22m - schematic: [0;37;22mfalse[m
- [18:42:01] [Server thread/INFO]: World possibly already loaded: Terrenos[m
- [18:42:01] [Server thread/INFO]: Preparing start region for level 3 (Seed: -5031934791011407590)
- [18:42:02] [Server thread/INFO]: Preparing spawn area for Terrenos, 52%
- [18:42:03] [Server thread/INFO]: Preparing spawn area for Terrenos, 93%
- [18:42:03] [Server thread/INFO]: [Stargate] {Terrenos} No stargates for world
- [18:42:03] [Server thread/INFO]: [WorldGuard] (Terrenos) A inginicao da TNT NAO esta bloqueada.
- [18:42:03] [Server thread/INFO]: [WorldGuard] (Terrenos) Os isqueiros NAO estao bloqueados.
- [18:42:03] [Server thread/INFO]: [WorldGuard] (Terrenos) O fogo da lava esta bloqueado.
- [18:42:03] [Server thread/INFO]: [WorldGuard] (Terrenos) A propagacao do fogo NAO esta bloqueada.
- [18:42:03] [Server thread/INFO]: [WorldGuard] Carregando configuracao do mundo 'Terrenos'
- --------{Versao do WorldGuard editada por: RUSH}--------
- [18:42:03] [Server thread/INFO]: Could not set generator for world 'fac': Plugin 'VoidGenerator' does not exist[m
- [18:42:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: fac
- [18:42:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [18:42:03] [Server thread/INFO]: -------- World Settings For [Mina] --------
- [18:42:03] [Server thread/INFO]: Mob Spawn Range: 4
- [18:42:03] [Server thread/INFO]: Anti X-Ray: true
- [18:42:03] [Server thread/INFO]: Engine Mode: 1
- [18:42:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [18:42:03] [Server thread/INFO]: Replace Blocks: [1, 5]
- [18:42:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [18:42:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [18:42:03] [Server thread/INFO]: Cane Growth Modifier: 100%
- [18:42:03] [Server thread/INFO]: Melon Growth Modifier: 100%
- [18:42:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [18:42:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [18:42:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [18:42:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [18:42:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [18:42:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [18:42:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [18:42:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [18:42:03] [Server thread/INFO]: Random Lighting Updates: false
- [18:42:03] [Server thread/INFO]: Structure Info Saving: true
- [18:42:03] [Server thread/INFO]: Sending up to 10 chunks per packet
- [18:42:03] [Server thread/INFO]: Max Entity Collisions: 8
- [18:42:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [18:42:03] [Server thread/INFO]: Max TNT Explosions: 100
- [18:42:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [18:42:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [18:42:03] [Server thread/INFO]: Item Despawn Rate: 6000
- [18:42:03] [Server thread/INFO]: Item Merge Radius: 2.5
- [18:42:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [18:42:03] [Server thread/INFO]: View Distance: 10
- [18:42:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [18:42:03] [Server thread/INFO]: Experience Merge Radius: 3.0
- [18:42:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [18:42:03] [Server thread/INFO]: Clear tick list: false
- [18:42:03] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
- [18:42:03] [Server thread/INFO]: Preparing start region for level 4 (Seed: 0)
- [18:42:04] [Server thread/INFO]: [Stargate] {Mina} No stargates for world
- [18:42:04] [Server thread/INFO]: [WorldGuard] (Mina) A inginicao da TNT NAO esta bloqueada.
- [18:42:04] [Server thread/INFO]: [WorldGuard] (Mina) Os isqueiros NAO estao bloqueados.
- [18:42:04] [Server thread/INFO]: [WorldGuard] (Mina) O fogo da lava esta bloqueado.
- [18:42:04] [Server thread/INFO]: [WorldGuard] (Mina) A propagacao do fogo NAO esta bloqueada.
- [18:42:04] [Server thread/INFO]: [WorldGuard] Carregando configuracao do mundo 'Mina'
- --------{Versao do WorldGuard editada por: RUSH}--------
- [18:42:04] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: <nome>
- [18:42:04] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [18:42:04] [Server thread/INFO]: -------- World Settings For [Spawn] --------
- [18:42:04] [Server thread/INFO]: Mob Spawn Range: 4
- [18:42:04] [Server thread/INFO]: Anti X-Ray: true
- [18:42:04] [Server thread/INFO]: Engine Mode: 1
- [18:42:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [18:42:04] [Server thread/INFO]: Replace Blocks: [1, 5]
- [18:42:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [18:42:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [18:42:04] [Server thread/INFO]: Cane Growth Modifier: 100%
- [18:42:04] [Server thread/INFO]: Melon Growth Modifier: 100%
- [18:42:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [18:42:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [18:42:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [18:42:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [18:42:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [18:42:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [18:42:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [18:42:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [18:42:04] [Server thread/INFO]: Random Lighting Updates: false
- [18:42:04] [Server thread/INFO]: Structure Info Saving: true
- [18:42:04] [Server thread/INFO]: Sending up to 10 chunks per packet
- [18:42:04] [Server thread/INFO]: Max Entity Collisions: 8
- [18:42:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [18:42:04] [Server thread/INFO]: Max TNT Explosions: 100
- [18:42:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [18:42:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [18:42:04] [Server thread/INFO]: Item Despawn Rate: 6000
- [18:42:04] [Server thread/INFO]: Item Merge Radius: 2.5
- [18:42:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [18:42:04] [Server thread/INFO]: View Distance: 10
- [18:42:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [18:42:04] [Server thread/INFO]: Experience Merge Radius: 3.0
- [18:42:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [18:42:04] [Server thread/INFO]: Clear tick list: false
- [18:42:04] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
- [18:42:04] [Server thread/INFO]: Preparing start region for level 5 (Seed: 2544687431381743123)
- [18:42:05] [Server thread/INFO]: Preparing spawn area for Spawn, 85%
- [18:42:05] [Server thread/INFO]: [Stargate] {Spawn} No stargates for world
- [18:42:05] [Server thread/INFO]: [WorldGuard] (Spawn) A inginicao da TNT NAO esta bloqueada.
- [18:42:05] [Server thread/INFO]: [WorldGuard] (Spawn) Os isqueiros NAO estao bloqueados.
- [18:42:05] [Server thread/INFO]: [WorldGuard] (Spawn) O fogo da lava esta bloqueado.
- [18:42:05] [Server thread/INFO]: [WorldGuard] (Spawn) A propagacao do fogo NAO esta bloqueada.
- [18:42:05] [Server thread/INFO]: [WorldGuard] Carregando configuracao do mundo 'Spawn'
- --------{Versao do WorldGuard editada por: RUSH}--------
- [18:42:05] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
- [18:42:05] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
- [18:42:06] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.76
- [18:42:06] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.8
- [18:42:06] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.13-SNAPSHOT (compiled at 2017-07-06T23:01:33Z)
- [18:42:11] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
- [18:42:11] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
- [18:42:11] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
- [18:42:11] [Server thread/WARN]: [HolographicDisplays] Hologram 'arenaddb' was in the world 'ArenaDDB' but it wasn't loaded.
- [18:42:11] [Server thread/WARN]: [HolographicDisplays] Hologram 'gladiador' was in the world 'Gladiador' but it wasn't loaded.
- [18:42:11] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
- [18:42:11] [Server thread/INFO]: Done (34.017s)! For help, type "help" or "?"
- [18:42:11] [Server thread/INFO]: Starting GS4 status listener
- [18:42:12] [Server thread/INFO]: Stopping server
- [18:42:12] [Query Listener #1/INFO]: Query running on 0.0.0.0:25582
- [18:42:12] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.10
- [18:42:12] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.4.8
- [18:42:12] [Server thread/INFO]: [MineResetLite] MineResetLite disabilitado com sucesso.
- [18:42:12] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v1.76
- [18:42:12] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b699
- [18:42:12] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.7.2
- [18:42:13] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1-TRADUZIDA
- [18:42:13] [Server thread/INFO]: [WorldGuard] Desligando o executador e aguardando tarefas pendentes...
- [18:42:13] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v18.11.15-0252cf7-2052
- [18:42:13] [Server thread/INFO]: [0;33;22mAll DB transactions during this session are being validated (This may take a while if corrections need to be made)[m
- [18:42:13] [Server thread/INFO]: [Gladiador] Disabling Gladiador v2.0
- [18:42:13] [Server thread/INFO]: [Gladiador] Desativando Gladiador - Autor: SubZero0
- [18:42:13] [Server thread/INFO]: [MitoPvp] Disabling MitoPvp v1.0
- [18:42:13] [Server thread/INFO]: [MitoPvp] Desativando MitoPvp - Autor: SubZero0.
- [18:42:13] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.16-SNAPSHOT (build 1267)
- [18:42:13] [Server thread/INFO]: [SimpleClans] Disabling SimpleClans v2.5.3
- [18:42:13] [Server thread/INFO]: [yEventos] Disabling yEventos v1.2.0-STABLE
- [18:42:13] [Server thread/INFO]: [0;37;22m================================[m
- [18:42:13] [Server thread/INFO]: [0;37;22m| [0;33;22mPlugin yEventos disabled![m
- [18:42:13] [Server thread/INFO]: [0;37;22m| [0;33;22mMade by yChusy.[m
- [18:42:13] [Server thread/INFO]: [0;37;22m| [0;33;22mVersion 1.2.0-STABLE[m
- [18:42:13] [Server thread/INFO]: [0;37;22m================================[m
- [18:42:13] [Server thread/INFO]: [IllegalStack] Disabling IllegalStack v2.5
- [18:42:13] [Server thread/INFO]: Found a protection in the config that was not relevant to your server version: CheckGroundForBadShulkerAtLogin ( + ) it has been removed.
- [18:42:13] [Server thread/INFO]: [System] Disabling System v1.14.2
- [18:42:13] [Server thread/INFO]: [RoweFix] Disabling RoweFix v1.0
- [18:42:13] [Server thread/INFO]: [BGMataMata] Disabling BGMataMata v1.0-R
- [18:42:13] [Server thread/INFO]: [0;33;1m[BGMataMata 1.0-R] [0;31;1mDesabilitando plugin...[m
- [18:42:13] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
- [18:42:13] [Server thread/INFO]: [TitleManager] Disabling TitleManager v1.5.11
- [18:42:13] [Server thread/INFO]: [CustomPayloadFixer] Disabling CustomPayloadFixer v1.5
- [18:42:13] [Server thread/INFO]: [EZRanksPro] Disabling EZRanksPro v1.5.0
- [18:42:13] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.3.4
- [18:42:13] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: mycommand
- [18:42:13] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
- [18:42:13] [Server thread/INFO]: | Tasks : Stopped all.
- [18:42:13] [Server thread/INFO]: | Version : 5.3.4
- [18:42:13] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
- [18:42:13] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Bye! *-=-=-=-=-=-=-=-=-=-=-*
- [18:42:13] [Server thread/INFO]: [JH_AntiCrashExploits] Disabling JH_AntiCrashExploits v2.0.0
- [18:42:13] [Server thread/INFO]: Plugin desabilitado com sucesso!
- [18:42:13] [Server thread/INFO]: [ChestCommands] Disabling ChestCommands v3.1.4
- [18:42:13] [Server thread/INFO]: [Legendchat] Disabling Legendchat v1.1.3
- [18:42:13] [Server thread/INFO]: [Legendchat] Disabling Legendchat - Author: SubZero0
- [18:42:13] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v2.1.4
- [18:42:13] [Server thread/INFO]: [VipZero] Disabling VipZero v1.2.4
- [18:42:13] [Server thread/INFO]: [VipZero] Disabling VipZero - Author: SubZero0 & nathampa0909
- [18:42:13] [Server thread/INFO]: [CrashFix] Disabling CrashFix v1.0
- [18:42:13] [Server thread/INFO]: [DisableTabComplete] Disabling DisableTabComplete v1.0
- [18:42:13] [Server thread/INFO]: [Solary-Economy] Disabling Solary-Economy v1.4
- [18:42:13] [Server thread/INFO]: [nLogin] Disabling nLogin v9.2.0
- [18:42:13] [Server thread/INFO]: [nCore] [nLogin] Successful plugin core shutdown. Took 1ms[m
- [18:42:13] [Server thread/INFO]: [Vault] Disabling Vault v1.4.1-b436
- [18:42:13] [Server thread/INFO]: [CommandCooldown] Disabling CommandCooldown v1.0
- [18:42:13] [Server thread/INFO]: [PlayerLogger] Disabling PlayerLogger v2.9.1
- [18:42:13] [Server thread/INFO]: [MasterLagg] Disabling MasterLagg v1.0
- [18:42:13] [Server thread/INFO]: [TzCassino] Disabling TzCassino v1.0
- [18:42:13] [Server thread/INFO]: [0;36;22m[TzCassino] [0;36;1mAtivando plugin...[m
- [18:42:13] [Server thread/INFO]: [0;36;22m[TzCassino] [0;36;1mPlugin ativado by [0;33;22mTzMarcio[m
- [18:42:13] [Server thread/INFO]: [Solary-Market] Disabling Solary-Market v1.1
- [18:42:13] [Server thread/INFO]: [ZeroCraftValoresVIP] Disabling ZeroCraftValoresVIP v1.8
- [18:42:13] [Server thread/INFO]: [0;31;1mPlugin VALORES VIP desativado! By Avast[m
- [18:42:13] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
- [18:42:13] [Server thread/INFO]: [WorldEditCrashFix] Disabling WorldEditCrashFix v0.1
- [18:42:13] [Server thread/INFO]: [UUIDSpoof-Fix] Disabling UUIDSpoof-Fix v3.1
- [18:42:13] [Server thread/INFO]: [Stargate] Disabling Stargate v0.8
- [18:42:13] [Server thread/INFO]: Closing all stargates.
- [18:42:13] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v18.10.17-e26cdc6-1226-21.5.13
- [18:42:13] [Server thread/ERROR]: Error occurred while disabling FastAsyncWorldEdit v18.10.17-e26cdc6-1226-21.5.13 (Is it up to date?)
- java.lang.NullPointerException: Cannot invoke "com.boydti.fawe.Fawe.onDisable()" because the return value of "com.boydti.fawe.Fawe.get()" is null
- at com.boydti.fawe.bukkit.BukkitMain.onDisable(BukkitMain.java:84) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [server.jar:git-Spigot-21fe707-741a1bd]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [server.jar:git-Spigot-21fe707-741a1bd]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:593) [server.jar:git-Spigot-21fe707-741a1bd]
- at java.lang.Thread.run(Thread.java:833) [?:?]
- [18:42:13] [Server thread/INFO]: [eZProtector] Disabling eZProtector v4.1.5.1
- [18:42:13] [Server thread/INFO]: [eZProtector] Plugin disabled.
- [18:42:13] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
- [18:42:14] [Server thread/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
- [18:42:14] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
- [18:42:14] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is disabled.
- [18:42:14] [Server thread/INFO]: [CCubeAntiDupe] Disabling CCubeAntiDupe v1.0
- [18:42:14] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
- [18:42:14] [Server thread/INFO]: [AdvancedBans] Disabling AdvancedBans v0.81
- [18:42:14] [Server thread/INFO]: AdvancedBans version 0.81 is disabled!
- [18:42:14] [Server thread/INFO]: [AFF_TrocarComando] Disabling AFF_TrocarComando v1.0
- [18:42:14] [Server thread/INFO]: [nAntiBot] Disabling nAntiBot v6.0.0
- [18:42:14] [Server thread/INFO]: [nAntiBot] Successful plugin core shutdown. Took 2ms[m
- [18:42:14] [Server thread/INFO]: [nAntiBot] Disconnecting from remote server...[m
- [18:42:14] [Server thread/INFO]: [SairStaff] Disabling SairStaff v5.0
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [0;32;1m[21m=====================================[m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [0;32;1m[21mPLUGIN DESATIVADO![m
- [18:42:14] [Server thread/INFO]: [0;32;1m[21mFEITO POR: [0;34;1m[21m@AvastZero1#7172[m
- [18:42:14] [Server thread/INFO]: [0;33;1m[21mUSO EXCLUSIVO ZEROCRAFT[m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [0;32;1m[21m=====================================[m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [Skript] Disabling Skript v2.2-SNAPSHOT
- [18:42:14] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
- [18:42:14] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
- [18:42:14] [Server thread/INFO]: [ExBau] Disabling ExBau v1.0
- [18:42:14] [Server thread/INFO]: [HideStream] Disabling HideStream v3.10
- [18:42:14] [Server thread/INFO]: [HideStream] Version 3.10 disabled.
- [18:42:14] [Server thread/INFO]: [TLuz] Disabling TLuz v1.0
- [18:42:14] [Server thread/INFO]: [0;31;1m[TLuz] - Desligado.[m
- [18:42:14] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v3.2.1
- [18:42:14] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
- [18:42:14] [Server thread/INFO]: [Ls_x1] Disabling Ls_x1 v1.4
- [18:42:14] [Server thread/INFO]: [0;36;22m[Ls_x1] [0;36;1mPlugin desabilitado (Criador: DevLeeo)[m
- [18:42:14] [Server thread/INFO]: [EventoFrog] Disabling EventoFrog v1.5
- [18:42:14] [Server thread/INFO]: [EventoFrog] Finalizando plugin EventoFrog de SubZero0.
- [18:42:14] [Server thread/INFO]: [BanItem] Disabling BanItem v2.8
- [18:42:14] [Server thread/INFO]: BanItem is now Disabled!
- [18:42:14] [Server thread/INFO]: [vISetLoja] Disabling vISetLoja v1.1
- [18:42:14] [Server thread/INFO]: [F_Maquinas] Disabling F_Maquinas v2.0
- [18:42:14] [Server thread/INFO]: [0;33;1m[F_Maquinas] Plugin desativado![m
- [18:42:14] [Server thread/INFO]: [AvastDiscord] Disabling AvastDiscord v8.0
- [18:42:14] [Server thread/INFO]: [0;31;1m[AvastDiscord] [0;33;1mPlugin desativado![m
- [18:42:14] [Server thread/INFO]: [TitleAPI] Disabling TitleAPI v1.4
- [18:42:14] [Server thread/INFO]: [TitleAPI] TitleAPI has been disabled!
- [18:42:14] [Server thread/INFO]: [AlwaysDay] Disabling AlwaysDay v2.2.8
- [18:42:14] [Server thread/INFO]: [AlwaysDay] AlwaysDay v2.2.8 is now disabled.
- [18:42:14] [Server thread/INFO]: Please donate at the AlwaysDay page (http://dev.bukkit.org/server-mods/always-day/) if you are enjoying this plugin! Any contributions are greatly appreciated!
- [18:42:14] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v13.5-SNAPSHOT
- [18:42:14] [Server thread/INFO]: [MFLogger] Disabling MFLogger v1.1
- [18:42:14] [Server thread/INFO]: [BookDuplicationFix] Disabling BookDuplicationFix v1.0.1
- [18:42:14] [Server thread/INFO]: [CaixasMisteriosas] Disabling CaixasMisteriosas v1.0
- [18:42:14] [Server thread/INFO]: [AntiForceOp] Disabling AntiForceOp v1.0
- [18:42:14] [Server thread/INFO]: AntiForceOp is now disabled.
- [18:42:14] [Server thread/INFO]: [AvastSayV1] Disabling AvastSayV1 v1.0
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [0;33;1m[21mAvast Plugins> [0;32;1m[21mPLUGIN AVASTSAY DESATIVADO![m
- [18:42:14] [Server thread/INFO]: [0;33;1m[21m> [0;32;1m[21mDesenvolvido por: @AvastZero1#7172[m
- [18:42:14] [Server thread/INFO]: [0;33;1m[21m> [0;32;1m[21mUso EXCLUSIVO para o ZeroCraft[m
- [18:42:14] [Server thread/INFO]: [0;33;1m[21m> [0;32;1m[21mVersão: 1.0.0 (BETA)[m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [m
- [18:42:14] [Server thread/INFO]: [AntiWorldFly] Disabling AntiWorldFly v2.3.3
- [18:42:14] [Server thread/INFO]: [AntiWorldFly] AntiWorldFly has been disabled.
- [18:42:14] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.2.0
- [18:42:14] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.6
- [18:42:14] [Server thread/INFO]: [nProtect] Disabling nProtect v2.3
- [18:42:14] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.8.2
- [18:42:14] [Server thread/INFO]: [ColoredSigns] Disabling ColoredSigns v4.25 Release
- [18:42:14] [Server thread/INFO]: [ColoredSigns] ColoredSigns v4.25 Release has been disabled.
- [18:42:14] [Server thread/INFO]: Saving players
- [18:42:14] [Server thread/INFO]: Saving worlds
- [18:42:14] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
- [18:42:14] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
- [18:42:14] [Server thread/INFO]: Saving chunks for level 'plotworld'/Overworld
- [18:42:14] [Server thread/INFO]: Saving chunks for level 'Terrenos'/Overworld
- [18:42:14] [Server thread/INFO]: Saving chunks for level 'Mina'/Overworld
- [18:42:14] [Server thread/INFO]: Saving chunks for level 'Spawn'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment