CreativeControl
CreativeControl
CreativeControl is an complete and powerfull suite designed to provide almost full control over creative players, it was built to safely grant creative access to any player without letting them give/stole items, you can use it to make constructions, improve your vip packages and anything else related to creative. With per-world configurations and a full availability of settings and permissions, you can define every single function of the plugin as you want.
Pages: Permissions | Configuration | Translate | Jenkins | Pages | Source
Features
- Highly Configurable
- MySQL/SQLite Support
- Multilingual
- Blacklist to commands, block place/break and item use
- Define survival/creative worlds
- Disable item drop/pickup
- Disable TnT Explosion
- Disable IceMelt and Water/Lava Flow
- Disable Fire damage on creative blocks
- Disable inventory interact
- Disable pvp and mob attacking
- Disable mob drop
- Disable mob target
- Disable SnowGolem and IronGolem creation
- Disable Creature and Chicken Eggs
- Separate inventories to survival/creative, also, save your survival status and restores it when you back from creative.
- If a block was placed by an creative, you can choose to nodrop or to be protected.
- Much More!
Translations
- Outdated:
- Updated:
- Russian, by Naeven17
- Slovak, by skiller4ever
- Danish, by Killertudse, Server: mc.epicgamingmc.com:25586
- Spanish, by Gonzalineitor, Server: gonzalineitor.com
- German, by TimurCastro, Server: mc.avalon-mine.de
Commands
- /cc help - to see the command list
- /cc tool - Tool to add/remove or get informations about a block
- /cc status - Database status of the plugin
- /cc add/del - Delete blocks from the database inside a selected area
- /cc check - Check players gamemode
- /cc debug - Enable debug mode
- /cc region - Create/Remove regions
- /cc sel - Expand [up,down or vert] the selection
- /cc reload - Reload the configuration file
- /cc <command> ? - To get more help
To-Do
- Send me your sugestion
ATTENTION:
Before ask for help, take a look at the FAQ and Know Bugs page. NEVER post full error in the comments, use paste, pastebin or pastie.
Using multiverse inventories? READ FAQ#3! This plugin is using metrics by Tyler Blair!
Want to see it in action? Join our test server: 204.11.61.18:25580, proudly hosted by PytoHost!
Dont use the comment section for bug reports or feature requests! Create a ticket for that!
-
View User Profile
-
Send Message
Posted Jul 12, 2013Hello, when compiling your plugin, I cannot get this import working:
I imported the FCore library
-
View User Profile
-
Send Message
Posted Jul 11, 2013The CreativeControl.Blacklist.Interact and build dont work.
-
View User Profile
-
Send Message
Posted Jul 11, 2013I have Spigot and ProtocolLib 2.4.7 and the newest CreativeControl build. When I use it, it's sometimes giving me the same error as javieraizpuru has. And than it never stops and sometimes even crashes because of it I think.. Any idea?
-
View User Profile
-
Send Message
Posted Jul 11, 2013@FurmigaHumana
MySQL, http://prntscr.com/1etshe
-
View User Profile
-
Send Message
Posted Jul 11, 2013When do you think the plugin will be updated to the latest version?
-
View User Profile
-
Send Message
Posted Jul 11, 2013Players can place TNT cart in creative and if they break it in survival they get a cart and the TNT.
And even when I disabled to drop attached blocks they do drop if there is more of them.. for example 10 carpets one on each other will drop when breaked..
-
View User Profile
-
Send Message
Posted Jul 11, 2013@CaramLJackson
at worldName.yml set CheckAttached to true
-
View User Profile
-
Send Message
Posted Jul 11, 2013here is my problem my players can place torches doors etc. in creative mod and when they are in survival they can simply break the block they are attached to and get the item
-
View User Profile
-
Send Message
Posted Jul 11, 2013@Nickbbeezy
Are you using SQLite or MySQL? Can you send me a print of the command "/cc status"?
-
View User Profile
-
Send Message
Posted Jul 10, 2013Experiencing lag spikes after updating to build #24. TPS drops down below 17 and eventually goes back up.
http://prntscr.com/1epah2
-
View User Profile
-
Send Message
Posted Jul 10, 2013@javieraizpuru
Spigot only with ProtocolLib
-
View User Profile
-
Send Message
Posted Jul 10, 2013Still getting this error:
http://pastebin.com/ufZkmRyS
-
View User Profile
-
Send Message
Posted Jul 10, 2013@FurmigaHumana
THANKS!!!!!!
-
View User Profile
-
Send Message
Posted Jul 10, 2013Build #24 on Jenkins works with any minecraft version and support to custom servers (spigot) is provided by ProtocolLib, it is the release candidate to v6.4 which will be uploaded here on bukkitdev.
-
View User Profile
-
Send Message
Posted Jul 10, 2013Please fix it. server 1.6.2
2013-07-10 16:20:36 [SEVERE] Could not pass event InventoryClickEvent to CreativeControl v6.3 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:1366) at net.minecraft.server.v1_6_R2.Packet102WindowClick.handle(SourceFile:31) at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:118) at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_5_R3/entity/CraftPlayer at me.FurH.CreativeControl.core.internals.InternalManager.isMcPcPlusEnabled(InternalManager.java:74) at me.FurH.CreativeControl.core.internals.InternalManager.getEntityPlayer(InternalManager.java:39) at me.FurH.CreativeControl.core.CoreListener.onInventoryClick(CoreListener.java:70) at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 14 more
-
View User Profile
-
Send Message
Posted Jul 10, 2013The Creative control blacklist permissions don't work, when i put the permissions in letting people use blacklist items it still tells you "you can't place this block in creative mode!"
-
View User Profile
-
Send Message
Posted Jul 10, 2013@alexmarkey
Přelož si z Czech
Já jsem to vyřešil pomocí WorldGuard. Kde jsem dal do různých světů vlajky na creative a survival gamemode. Poté mi to jde, ale chybu mám taky v tom, že po /warp či /home dostane hráč creative, ale jakmile se pohne, hned ho stratí
-
View User Profile
-
Send Message
Posted Jul 10, 2013@FurmigaHumana
Please fix it. More and more people uses Spigot or Libigot (me). Another error
-
View User Profile
-
Send Message
Posted Jul 9, 2013@alexmarkey
strange enough the 1.6.1 errors seemed to fix themself O_o
-
View User Profile
-
Send Message
Posted Jul 9, 2013Well my servers come into a shit heap. I cant open with 1.6.2 cause of the spigot errors, If i downgrade i get more errors with a corrupt database or some shit from the update.
Looks like i have a whitelisted server till this spigot update is out
L