Server:
93.91.250.142:27304 (pokud server ještě nemáte, vepište zde "nemám")
!!!POKUD NEPOUŽIJETE PRVNÍ ŘÁDEK TÉTO ŠABLONY, BUDE VÁŠ PŘÍSPĚVEK SMAZÁN, IP A PORT VHODNĚ ZAMĚŇTE ZA IP A PORT VAŠEHO SERVERU!!!
Ahojte, prosím nevíte jak toto vypnout ? když někdo kdo má perm na gamemode a přepne si gamemode tak console trpí tímto příkazem... prosím o radu jak to vypnout
Creative control - otravná zpráva v consoli
- MrRukes
- Příspěvky: 124
- Registrován: 03 črc 2014, 10:49
- Reputation: 0
- Kontaktovat uživatele:
-
- Příspěvky: 76
- Věk: 27
- Registrován: 26 čer 2014, 17:44
- Reputation: 0
- Bydliště: Praha
- Kontaktovat uživatele:
Re: Creative control - otravná zpráva v consoli
Nahoď sem config
- MrRukes
- Příspěvky: 124
- Registrován: 03 črc 2014, 10:49
- Reputation: 0
- Kontaktovat uživatele:
Re: Creative control - otravná zpráva v consoli
Database:
## MySQL, the database type, can be SQLite, MySQL or H2
Type: SQLite
## host, the MySQL host name
host: localhost
## port, the MySQL port
port: 3306
## user, the MySQL user name
user: root
## pass, the MySQL password, '' if none.
pass: 123
## database, the MySQL database to be used by this plugin
database: minecraft
## prefix, the prefix used to create the tables in the sql database
prefix: crcr_
## This section will define which group the player will be added when he changes his gamemode.
Permissions:
## ChangeGroups, if true, creative players will be added to the 'CreativeGroup'
ChangeGroups: false
## CreativeGroup, the group that the player will be put on when changing to creative
CreativeGroup: MembersCreative
## KeepCurrentGroup, if true, the player will not lose his current group, the creative group will just be added to its current groups.
KeepCurrentGroup: true
## OpHasPerm, if true, ops will have all the permissions and will not be checked by your permissions plugin
OpHasPerm: false
Queue:
## Threads, the number of threads to be use to process the database
Threads: 2
## Speed, the speed of the queue, if your server is taking too long to shutdown, increase this option.
Speed: 0.1
Cache:
## MaxCapacity, the maximum cache capacity, higher this value is, better will be the performance, but also the memory usage will increase.
MaxCapacity: 15000
## PreCache, the amount of items to be cached on startup, if you have a big database, this may increase the load time.
PreCache: 10000
Configurations:
## Single, if true, only the world.yml file will be used, other ones will be ignored.
Single: false
## Conflict, if true, if required, some functions of this plugin will be automatically disabled to avoid conflict.
Conflict: true
## FriendSystem, if true, the friend system will be enabled, this may take a bit of resources, just a bit.
FriendSystem: false
Updater:
## Check for updates?
Enabled: true
Selection:
## UseWorldEdit, if true, worldedit will be used to make selections. Otherwise the tool defined below will be used.
UseWorldEdit: true
## The Item ID used to select regions, if UseWorldEdit is false
Tool: 369
Events:
## Use PlayerMoveEvent? This may take a lot of resources on large servers, but is required to Creative/Survival regions work.
PlayerMove: false
## Enable MiscProtections? Not recommended to use, I'll probably remove it on future releases.
MiscProtection: false
PlayerData:
## Inventory, if true, players will have an inventory to survival, other to creative an other to adventurer
Inventory: true
## Status, if true, will save the player survival status [e.g Health, Food, etc]
Status: true
## Teleport, if true, the player will be teleported to the floor on login if needed
Teleport: false
## SetSurvival, if true, the player will be set to survival on login (ATTENTTION: THIS MAY GLITCH WITH AUTH PLUGINS)
SetSurvival: false
## FallGlith, if true, if the player is falling and right before hitting the ground he change its gamemode to survival he wont take damage
FallGlitch: false
## HideInventory, if true, the player inventory will be hidden until login using an auth plugin
HideInventory: false
## This section will define the armor to set on every creative player, for advanced options, while wearing the armor type /cc set armor.
CreativeArmor:
## Helmet, the player helmet
Helmet: 0
## Chestplate, the player chestplate
Chestplate: 0
## Leggings, the player leggings
Leggings: 0
## Boots, the player boots
Boots: 0
Communicator:
## Quiet, if true, any messages will be displayed
Quiet: false
Debug:
## Console, if true, debug messages will be displayed in the console
Console: false
## Stack, if true, common errors will be printed by full [leave it true C:]
Stack: false
# End of the file -->
celý config alijas settings.yml
## MySQL, the database type, can be SQLite, MySQL or H2
Type: SQLite
## host, the MySQL host name
host: localhost
## port, the MySQL port
port: 3306
## user, the MySQL user name
user: root
## pass, the MySQL password, '' if none.
pass: 123
## database, the MySQL database to be used by this plugin
database: minecraft
## prefix, the prefix used to create the tables in the sql database
prefix: crcr_
## This section will define which group the player will be added when he changes his gamemode.
Permissions:
## ChangeGroups, if true, creative players will be added to the 'CreativeGroup'
ChangeGroups: false
## CreativeGroup, the group that the player will be put on when changing to creative
CreativeGroup: MembersCreative
## KeepCurrentGroup, if true, the player will not lose his current group, the creative group will just be added to its current groups.
KeepCurrentGroup: true
## OpHasPerm, if true, ops will have all the permissions and will not be checked by your permissions plugin
OpHasPerm: false
Queue:
## Threads, the number of threads to be use to process the database
Threads: 2
## Speed, the speed of the queue, if your server is taking too long to shutdown, increase this option.
Speed: 0.1
Cache:
## MaxCapacity, the maximum cache capacity, higher this value is, better will be the performance, but also the memory usage will increase.
MaxCapacity: 15000
## PreCache, the amount of items to be cached on startup, if you have a big database, this may increase the load time.
PreCache: 10000
Configurations:
## Single, if true, only the world.yml file will be used, other ones will be ignored.
Single: false
## Conflict, if true, if required, some functions of this plugin will be automatically disabled to avoid conflict.
Conflict: true
## FriendSystem, if true, the friend system will be enabled, this may take a bit of resources, just a bit.
FriendSystem: false
Updater:
## Check for updates?
Enabled: true
Selection:
## UseWorldEdit, if true, worldedit will be used to make selections. Otherwise the tool defined below will be used.
UseWorldEdit: true
## The Item ID used to select regions, if UseWorldEdit is false
Tool: 369
Events:
## Use PlayerMoveEvent? This may take a lot of resources on large servers, but is required to Creative/Survival regions work.
PlayerMove: false
## Enable MiscProtections? Not recommended to use, I'll probably remove it on future releases.
MiscProtection: false
PlayerData:
## Inventory, if true, players will have an inventory to survival, other to creative an other to adventurer
Inventory: true
## Status, if true, will save the player survival status [e.g Health, Food, etc]
Status: true
## Teleport, if true, the player will be teleported to the floor on login if needed
Teleport: false
## SetSurvival, if true, the player will be set to survival on login (ATTENTTION: THIS MAY GLITCH WITH AUTH PLUGINS)
SetSurvival: false
## FallGlith, if true, if the player is falling and right before hitting the ground he change its gamemode to survival he wont take damage
FallGlitch: false
## HideInventory, if true, the player inventory will be hidden until login using an auth plugin
HideInventory: false
## This section will define the armor to set on every creative player, for advanced options, while wearing the armor type /cc set armor.
CreativeArmor:
## Helmet, the player helmet
Helmet: 0
## Chestplate, the player chestplate
Chestplate: 0
## Leggings, the player leggings
Leggings: 0
## Boots, the player boots
Boots: 0
Communicator:
## Quiet, if true, any messages will be displayed
Quiet: false
Debug:
## Console, if true, debug messages will be displayed in the console
Console: false
## Stack, if true, common errors will be printed by full [leave it true C:]
Stack: false
# End of the file -->
celý config alijas settings.yml
- siOnzee
- Příspěvky: 810
- Věk: 28
- Registrován: 30 lis 2011, 21:40
- Reputation: 4
- Bydliště: siOnzee.cz
- Kontaktovat uživatele:
Re: Creative control - otravná zpráva v consoli
Prosím, vlož to do Code a nejlépe ještě do spoileru.
MOJE PRÁCE KTERÉ JSEM ZDE ODVEDL
Pluginy:Články:
- MrRukes
- Příspěvky: 124
- Registrován: 03 črc 2014, 10:49
- Reputation: 0
- Kontaktovat uživatele:
-
- Příspěvky: 1191
- Věk: 54
- Registrován: 27 srp 2012, 10:10
- Reputation: 0
- Bydliště: Hranice na Morave
- Kontaktovat uživatele:
Re: Creative control - otravná zpráva v consoli
az budes odpovidat (tzn po kliknuti na ODPOVEDET , tak pak kliknes na tlacitko CODE , mno a v okne kam pises odpoved se objevi
[ code] a [ /code] a ty mezi ty dve slova vlozis ten nakopirovany config... tot vse
[ code] a [ /code] a ty mezi ty dve slova vlozis ten nakopirovany config... tot vse
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej 
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)

Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)
-
- Příspěvky: 3512
- Věk: 26
- Registrován: 18 úno 2012, 21:02
- Reputation: 11
Re: Creative control - otravná zpráva v consoli
A rovnou sem dej taky ten soubor s errorem, na který tě to odkazuje.
- MrRukes
- Příspěvky: 124
- Registrován: 03 črc 2014, 10:49
- Reputation: 0
- Kontaktovat uživatele:
Re: Creative control - otravná zpráva v consoli
Kód: Vybrat vše
Database:
## MySQL, the database type, can be SQLite, MySQL or H2
Type: SQLite
## host, the MySQL host name
host: localhost
## port, the MySQL port
port: 3306
## user, the MySQL user name
user: root
## pass, the MySQL password, '' if none.
pass: 123
## database, the MySQL database to be used by this plugin
database: minecraft
## prefix, the prefix used to create the tables in the sql database
prefix: crcr_
## This section will define which group the player will be added when he changes his gamemode.
Permissions:
## ChangeGroups, if true, creative players will be added to the 'CreativeGroup'
ChangeGroups: false
## CreativeGroup, the group that the player will be put on when changing to creative
CreativeGroup: MembersCreative
## KeepCurrentGroup, if true, the player will not lose his current group, the creative group will just be added to its current groups.
KeepCurrentGroup: true
## OpHasPerm, if true, ops will have all the permissions and will not be checked by your permissions plugin
OpHasPerm: false
Queue:
## Threads, the number of threads to be use to process the database
Threads: 2
## Speed, the speed of the queue, if your server is taking too long to shutdown, increase this option.
Speed: 0.1
Cache:
## MaxCapacity, the maximum cache capacity, higher this value is, better will be the performance, but also the memory usage will increase.
MaxCapacity: 15000
## PreCache, the amount of items to be cached on startup, if you have a big database, this may increase the load time.
PreCache: 10000
Configurations:
## Single, if true, only the world.yml file will be used, other ones will be ignored.
Single: false
## Conflict, if true, if required, some functions of this plugin will be automatically disabled to avoid conflict.
Conflict: true
## FriendSystem, if true, the friend system will be enabled, this may take a bit of resources, just a bit.
FriendSystem: false
Updater:
## Check for updates?
Enabled: true
Selection:
## UseWorldEdit, if true, worldedit will be used to make selections. Otherwise the tool defined below will be used.
UseWorldEdit: true
## The Item ID used to select regions, if UseWorldEdit is false
Tool: 369
Events:
## Use PlayerMoveEvent? This may take a lot of resources on large servers, but is required to Creative/Survival regions work.
PlayerMove: false
## Enable MiscProtections? Not recommended to use, I'll probably remove it on future releases.
MiscProtection: false
PlayerData:
## Inventory, if true, players will have an inventory to survival, other to creative an other to adventurer
Inventory: true
## Status, if true, will save the player survival status [e.g Health, Food, etc]
Status: true
## Teleport, if true, the player will be teleported to the floor on login if needed
Teleport: false
## SetSurvival, if true, the player will be set to survival on login (ATTENTTION: THIS MAY GLITCH WITH AUTH PLUGINS)
SetSurvival: false
## FallGlith, if true, if the player is falling and right before hitting the ground he change its gamemode to survival he wont take damage
FallGlitch: false
## HideInventory, if true, the player inventory will be hidden until login using an auth plugin
HideInventory: false
## This section will define the armor to set on every creative player, for advanced options, while wearing the armor type /cc set armor.
CreativeArmor:
## Helmet, the player helmet
Helmet: 0
## Chestplate, the player chestplate
Chestplate: 0
## Leggings, the player leggings
Leggings: 0
## Boots, the player boots
Boots: 0
Communicator:
## Quiet, if true, any messages will be displayed
Quiet: false
Debug:
## Console, if true, debug messages will be displayed in the console
Console: false
## Stack, if true, common errors will be printed by full [leave it true C:]
Stack: false
# End of the file -->
Errory: (jeden z nich jsou stejné, taky v tom Code)
Kód: Vybrat vše
30/06/2014 21:17:33
=============================[ ERROR INFORMATION ]=============================
- Plugin: CreativeControl v6.4
- Uptime: 0d 5h 54m 1s
- Players: 8 (3 Creative, 5 Survival)
=============================[ HARDWARE SETTINGS ]=============================
Java: Oracle Corporation 1.7.0_51 http://java.oracle.com/
System: Linux 3.7.1-fh amd64
Processors: 12
Memory:
Free: 445.68 MB
Total: 969.06 MB
Max: 2.39 GB
Storage:
Total: 45.83 GB
Free: 25.92 GB
=============================[ SQL INFORMATIONS ]=============================
Server Type: SQLite
LocalHost: true
Queue speed: 0.1
Queue threads: 2
Database ping: <0
Database version: 3
Is Update Available: false
=============================[ INSTALLED PLUGINS ]=============================
Plugins:
- ChairStairs v1.0
- ServerMotd v1.3
- DiscoArmor v2.4.1
- FrameProtect v2.5
- VoxelSniper v5.168.9-SNAPSHOT-jnks278
- mcore v7.0.2
- Vault v1.2.31-b411
- Multiverse-Core v2.5-b678
- TreeAssist v5.8.64
- AutoMessage v2.4.0
- Spectate v2.0
- HolographicDisplays v1.4.3
- MobArena v0.96.4
- Lift v49
- TimTheEnchanter v3.0
- Jobs v2.11.4
- SpawnJoin v1.0.5
- Citizens v2.0.11-SNAPSHOT (build 1053)
- WorldEdit v5.6.2
- FakaHedaMinequery v1.3
- ItemCase v1.3
- ColoredSigns v2.0
- EffectsPB v1.0.3
- PermissionsEx v1.20.4
- PlayerHeads v3.8-jenkins-PlayerHeads-1-48-ged24b6b
- MyCommand v5.1.0
- Admin-Chat v1.3.0
- SpecialHeads v4.0
- TouchscreenHolograms v1.1.1
- AntiCreeper v4.16
- SignEdit v3.3.2
- ColoredBooks v2.0
- JustPaths v1.1
- Message_Manager v1.1
- iConomy v7.0
- QuickVote v2.9
- ClearLag v2.7.1
- NametagEdit v2.0
- AntiTNT v1.1
- Essentials vPre2.13.1.7
- MagicCarpet v2.4.2
- ServerSigns v3.0.0
- EssentialsChat vPre2.13.1.7
- Residence v2.6.6.6
- EssentialsProtect vPre2.13.1.7
- EssentialsSpawn vPre2.13.1.7
- Ultrabans v3.1.0
- EssentialsAntiBuild vPre2.13.1.7
- LWC v4.4.0 (b881) (July 11, 2013)
- Info-Board v0.2.9
- ChestShop v3.7.9
- AuthMe v3.3.6
- CreativeControl v6.4
=============================[ LOADED WORLDS ]=============================
Worlds:
world:
Envioronment: NORMAL
Player Count: 12
Entity Count: 955
Loaded Chunks: 959
world_nether:
Envioronment: NETHER
Player Count: 0
Entity Count: 0
Loaded Chunks: 0
world_the_end:
Envioronment: THE_END
Player Count: 0
Entity Count: 0
Loaded Chunks: 0
kretosek:
Envioronment: NORMAL
Player Count: 1
Entity Count: 201
Loaded Chunks: 481
build:
Envioronment: NORMAL
Player Count: 0
Entity Count: 65
Loaded Chunks: 256
hltest:
Envioronment: NORMAL
Player Count: 0
Entity Count: 52
Loaded Chunks: 256
=============================[ MAIN STACKTRACE ]=============================
- java.lang.Thread.getStackTrace(Thread.java:1588)
- me.FurH.CreativeControl.core.util.Communicator.stack(Communicator.java:307)
- me.FurH.CreativeControl.core.util.Communicator.error(Communicator.java:162)
- me.FurH.CreativeControl.core.CorePlugin.error(CorePlugin.java:184)
- me.FurH.CreativeControl.data.CreativePlayerData.toArrayString(CreativePlayerData.java:388)
- me.FurH.CreativeControl.data.CreativePlayerData.save(CreativePlayerData.java:129)
- me.FurH.CreativeControl.data.CreativePlayerData.process(CreativePlayerData.java:56)
- me.FurH.CreativeControl.listener.CreativePlayerListener.onPlayerGameModeChange(CreativePlayerListener.java:104)
- sun.reflect.GeneratedMethodAccessor418.invoke(Unknown Source)
- sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- java.lang.reflect.Method.invoke(Method.java:606)
- org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292)
- org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
- org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
- org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501)
- org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
- org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.setGameMode(CraftPlayer.java:749)
- com.earth2me.essentials.PlayerExtension.setGameMode(PlayerExtension.java:16)
- com.earth2me.essentials.commands.Commandgamemode.run(Commandgamemode.java:76)
- com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:149)
- com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:505)
- com.earth2me.essentials.Essentials.onCommand(Essentials.java:380)
- org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
- org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175)
- org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683)
- net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:952)
- net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814)
- net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28)
- net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47)
- net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146)
- net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134)
- net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655)
- net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250)
- net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545)
- net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457)
- net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
=============================[ CORE STACKTRACE ]=============================
- Failed to convert the ItemStack Array into a string. [ String ]
- me.FurH.CreativeControl.core.inventory.InventoryStack.getStringFromArray(InventoryStack.java:191)
- me.FurH.CreativeControl.data.CreativePlayerData.toArrayString(CreativePlayerData.java:386)
- me.FurH.CreativeControl.data.CreativePlayerData.save(CreativePlayerData.java:129)
- me.FurH.CreativeControl.data.CreativePlayerData.process(CreativePlayerData.java:56)
- me.FurH.CreativeControl.listener.CreativePlayerListener.onPlayerGameModeChange(CreativePlayerListener.java:104)
- sun.reflect.GeneratedMethodAccessor418.invoke(Unknown Source)
- sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- java.lang.reflect.Method.invoke(Method.java:606)
- org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292)
- org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
- org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
- org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501)
- org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
- org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.setGameMode(CraftPlayer.java:749)
- com.earth2me.essentials.PlayerExtension.setGameMode(PlayerExtension.java:16)
- com.earth2me.essentials.commands.Commandgamemode.run(Commandgamemode.java:76)
- com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:149)
- com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:505)
- com.earth2me.essentials.Essentials.onCommand(Essentials.java:380)
- org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
- org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175)
- org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683)
- net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:952)
- net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814)
- net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28)
- net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47)
- net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146)
- net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134)
- net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655)
- net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250)
- net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545)
- net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457)
- net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
=============================[ ERROR STACKTRACE ]=============================
- Failed to find NBTBase required method! [ CoreException ]
- me.FurH.CreativeControl.core.inventory.InventoryStack.getStringFromArray(InventoryStack.java:181)
- me.FurH.CreativeControl.data.CreativePlayerData.toArrayString(CreativePlayerData.java:386)
- me.FurH.CreativeControl.data.CreativePlayerData.save(CreativePlayerData.java:129)
- me.FurH.CreativeControl.data.CreativePlayerData.process(CreativePlayerData.java:56)
- me.FurH.CreativeControl.listener.CreativePlayerListener.onPlayerGameModeChange(CreativePlayerListener.java:104)
- sun.reflect.GeneratedMethodAccessor418.invoke(Unknown Source)
- sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- java.lang.reflect.Method.invoke(Method.java:606)
- org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292)
- org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
- org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
- org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501)
- org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
- org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.setGameMode(CraftPlayer.java:749)
- com.earth2me.essentials.PlayerExtension.setGameMode(PlayerExtension.java:16)
- com.earth2me.essentials.commands.Commandgamemode.run(Commandgamemode.java:76)
- com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:149)
- com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:505)
- com.earth2me.essentials.Essentials.onCommand(Essentials.java:380)
- org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
- org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175)
- org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683)
- net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:952)
- net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814)
- net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28)
- net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47)
- net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146)
- net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134)
- net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655)
- net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250)
- net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545)
- net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457)
- net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
=============================[ EXTRA STACKTRACE ]=============================
- java.lang.Thread.getStackTrace(Thread.java:1588)
- me.FurH.CreativeControl.core.exceptions.CoreException.getThreadStackTrace(CoreException.java:48)
- me.FurH.CreativeControl.core.util.Communicator.stack(Communicator.java:310)
- me.FurH.CreativeControl.core.util.Communicator.error(Communicator.java:162)
- me.FurH.CreativeControl.core.CorePlugin.error(CorePlugin.java:184)
- me.FurH.CreativeControl.data.CreativePlayerData.toArrayString(CreativePlayerData.java:388)
- me.FurH.CreativeControl.data.CreativePlayerData.save(CreativePlayerData.java:129)
- me.FurH.CreativeControl.data.CreativePlayerData.process(CreativePlayerData.java:56)
- me.FurH.CreativeControl.listener.CreativePlayerListener.onPlayerGameModeChange(CreativePlayerListener.java:104)
- sun.reflect.GeneratedMethodAccessor418.invoke(Unknown Source)
- sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- java.lang.reflect.Method.invoke(Method.java:606)
- org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292)
- org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
- org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
- org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501)
- org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
- org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.setGameMode(CraftPlayer.java:749)
- com.earth2me.essentials.PlayerExtension.setGameMode(PlayerExtension.java:16)
- com.earth2me.essentials.commands.Commandgamemode.run(Commandgamemode.java:76)
- com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:149)
- com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:505)
- com.earth2me.essentials.Essentials.onCommand(Essentials.java:380)
- org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
- org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175)
- org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683)
- net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:952)
- net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814)
- net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28)
- net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47)
- net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146)
- net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134)
- net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655)
- net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250)
- net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545)
- net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457)
- net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
=============================[ END OF STACKTRACE ]=============================
30/06/2014 21:17:33
Kdo je online
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 24 hostů