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 May 19, 2012@FurmigaHumana
hey man, still havent a clue whats going wrong, want me to link the configs, when you try to place a block using creative mode, with CC installed. I says [Creative control] Creative mode isnt allowed in this world. and then it changes it back to survival mode automatically. But in the config files, under the select worlds, creative is set to false for each world because like i mentioned other players other than mods admins and owners, dont have access to creative, if thats set to true, its everyone in that world.
-
View User Profile
-
Send Message
Posted May 19, 2012@Sycogta
keep me updated.
-
View User Profile
-
Send Message
Posted May 19, 2012Hello, just updated to your 4.2 version release yesterday, deleted the entire folder config files saved info to make sure no conflicts, as apparently i was running off the 3.8 config file as well. Anyways love the fact you fixed the bug when players in Creative mode died the items dropped. My mods on my server don't actually have op nor do they have access to all blocks on the server. Now currently when they go into Creative mode. They can still fly etc, since they have access to gm, though they don't currently have Creative mode to allow them to place blocks what am I missing, I don't see anything disabling creative mode in the config files. No one in the server other than the Owners, Admins, and Mods have Creative mode, nor will they get. Thank you.
edit - I figure it probably something pretty obvious and easy to notice or fix, sorry in advance.
-
View User Profile
-
Send Message
Posted May 19, 2012@Dark_Arc
I appreciate that.
@Gyson911
Your config file is broken and you is using an old version. Try to fix it here or generate a new one with the lasted version.
-
View User Profile
-
Send Message
Posted May 19, 2012@Gyson911
CreativeControl v3.8 2012-05-13 17:25:10 [SEVERE] Cannot load plugins/CreativeControl/config.yml org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping in "<string>", line 90, column 5: BedRock: true ^ expected <block end>, but found BlockSequenceStart in "<string>", line 94, column 7: - 9 ^
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109) at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:177) at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117) at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111) at me.FurH.CreativeControl.CreativeControl.debug(CreativeControl.java:192) at me.FurH.CreativeControl.CreativeControl.onEnable(CreativeControl.java:64) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: while parsing a block mapping in "<string>", line 90, column 5: BedRock: true ^ expected <block end>, but found BlockSequenceStart in "<string>", line 94, column 7: - 9 ^
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575) at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ... 17 more 2012-05-13 17:25:10 [INFO] [CreativeControl] Vaul plugin not found. 2012-05-13 17:25:10 [INFO] [CreativeControl] Defaulting to SuperPerms. 2012-05-13 17:25:10 [INFO] [CreativeControl] Starting FlatFile Mode... 2012-05-13 17:25:10 [INFO] [CreativeControl] Using existing database file. 2012-05-13 17:25:10 [INFO] [CreativeControl] Finished loading database. 2012-05-13 17:25:10 [INFO] [CreativeControl] CreativeControl v3.8 Enabled 2012-05-13 17:25:10 [INFO]
-
View User Profile
-
Send Message
Posted May 19, 2012@FurmigaHumana
no errors and i deoped myself to check but i do have the - '*' perm [EDITso i guess its disabled EDIT] i just checked and when i made myself a regular user and had someone switch my gm it still didn't work. is their a way that i can have separate inventories i loved that feature because i could switch into my survival game when i am the owner and play legit but now i thought the plugin was broken so i pretty much deleted everyone's inventory. :(
-
View User Profile
-
Send Message
Posted May 19, 2012I'm ending support for Grouder, if there is any code you might want to use in it by all means do so.
http://www.github.com/DarkArc/Grounder
-
View User Profile
-
Send Message
Posted May 19, 2012@Gyson911
did you get some errors in console? If you are OP or have CreativeControl.* your inventory will not being changed/stored
-
View User Profile
-
Send Message
Posted May 19, 2012@Thingon
i am having the same problem but i don't use plugman or anything like that.
-
View User Profile
-
Send Message
Posted May 19, 2012I dunno if I can do that, because myworlds are replacing the only line that I can't remove. But tell me if you see errors in the console.
-
View User Profile
-
Send Message
Posted May 18, 2012<<reply 713429="">>
Nooo i have MyWorlds =(, man ur able to fix that?
-
View User Profile
-
Send Message
Posted May 18, 2012Attention: MyWorlds do not work with this plugin. Will break everything.
-
View User Profile
-
Send Message
Posted May 18, 2012@FurmigaHumana
Plugman may be my problem. Thank You
-
View User Profile
-
Send Message
Posted May 18, 2012<<reply 713252="">>
im OP and Admin (server owner) and i cant place blocked blocks and open chests =/, why is that?
-
View User Profile
-
Send Message
Posted May 18, 2012@kawohi
Mixed word: Permission - CreativeControl.World.Keep
Creative World: @WordConfig: World: Creative: false
@Thingon
Make sure you have not reloaded the server or started this plugin with a plugin manager like plugman. also check if you are not using the permission "CreativeControl.PlayerData" < this will keep your inventory between gamemode changes.
-
View User Profile
-
Send Message
Posted May 18, 2012I now have generated the new config and my separate inventories are still not working.
-
View User Profile
-
Send Message
Posted May 18, 2012If someone is in creative mode, when they place a block it says [creative is not allowed in this world] and then changes back to survival. Any way to fix this?
-
View User Profile
-
Send Message
Posted May 18, 2012V 4.2 is out. . I can't say "is bug free" but i'm testing this version in my server by two weeks and I hope that I fixed everything before uploading here.
-
View User Profile
-
Send Message
Posted May 18, 2012@Adamchrisp i will upload v4.2 now, /suicide and cmd blacklist reworked, should works better now.
-
View User Profile
-
Send Message
Posted May 18, 2012Hi, can I suggest a handy feature. I know creative people shouldn't be able to die but some players are filling their inventory with diamonds then using /suicide or /kill and they drop for themselves in survival or for other players :(
Is there any chance you could add a no drop on death feature? I can't seem to find a plugin that works well for this. Thanks :)
(forgot to mention sometimes the blacklist command won't work since a mod can kill other people)