Limited Creative
Limited Creative
prevents any way of creative player to pass items to survival-mode, without need of a separate creative-world.
Overview
Scenario: You're starting your first survival server, just finished the spawn, the first players join and one asks: "hey sup, g1v3 me cr3at1v3. i made u teh imba *whatever*-building". Well, if you really decide to say okay to that, 5 minutes later, that players has stacks of diamondblocks, -armor and -tools in there bags. Next step? Reset your world and completely start over, which is never fun!
But Limited Creative is here to save you.
So how does Limited Creative prevents players from abusing creative-mode within your world:
- Switching back to survival? previous survival-inventory restored
- Trying to put items in a chest? denied
- Trying to drop something on the ground or hopper? denied
- Trying to put items into storage-carts or sell to villagers or similar? denied
- Using commands not intended for creative players? denied
- Using economy to sell for plugins? denied
- Wants to go anywhere in creative mode? denied
- Trying to place expensive blocks somewhere? allowed, for sure, that's what creative is for, but the block won't drop anything if destroyed in survival!
The restrictions aren't only for restricted players. I also like to have some of them as the owner. For example separated inventories: No need to rearrange your quick-bar after switching back to survival mode. No more bother because you thrown away a stack of grilled steaks for a single wool-block on switching back ;)
Or building a minecart track as op. While breaking blocks often carts, rails torches, redstone and much more fall to ground... no longer! LC prevents all that drops, or just removes them when you walk over.
Features
- Inventories-Module
- Display configured armor on creative players for visual distinction
- Remember creative inventory or not
- Separate adventure from survival or not
- Limit-Module
- prevent dropping of items in creative mode (even on death)
- prevent access to all types of chests in creative mode
- prevent usage of interactive signs (to stop economy in creative)
- prevent dealing or retrieving damage to/from other players (that means: no PvP between creative and survival player)
- blacklisting the use/create of items/blocks as well as breaking blocks
- blacklisting the interaction with selected entities
- optional prevent pick up of items in creative mode or remove items on pick up
- WorldGuard Region-Module
- that means: enable automatic creative-mode for selected players in regions you want
- blocks in creative regions never drop anything (independent who placed it or which game mode the destroyer is in)
- prevents pistons from getting blocks out of creative areas
- optional: let player switch game mode in creative-area (/lc creative/survival) without permission
- Command Blocker-Module
- While in creative mode, certain commands can blocked for users via configuration
- Either blocks simple strings or complex regular expressions
- Bypass certain parameter commands via permission
- GameMode-Permissions-Module
- Adds players to a configured permission-group as long as they are in creative
- This allows you to negate all permissions that creative players shouldn't use, like economic features
- Requires Vault and a Permission-Plugin supported by Vault
- BlockState-Module Disabled by default in config.yml
- Remembers if blocks are set by creative players
- Prevents the drop of blocks created by creative players, even if it is not in a region
- Works with pistons, tnt, item frames, falling sand/gravel and attached items like redstone/torches
- Supports MySQL and SQLite (definition form bukkit.yml)
- A tool (wood pickaxe by default; right-click) tells an op who created the block in which gamemode.
- A command (/lc bs) to modify the saved state in the database, via WorldEdit-Selections
All features are optional and can be independent disabled in config.
Utilizing the only for LC developed library plib, LC provides easy usability for admins:
- Self explaining config.yml, with every setting documented
- Full configurable from commandline/ingame commands
- Detailed command explanation for every (sub-)command (
/lc help) - On the fly module enable- and disabling via configuration-commands
Documentation
While most of the plugin (config and commands) are self explaining, you can click on the features above for further description (incomplete). Also following some more references:
Commands
Configuration
Permissions
FAQ (Frequently Asked Questions)
Miscellaneous
Translation / Supporting the Plugin
Please help translating the plugin, by clicking on your Language at the Translation-Page. You can then enter the localized strings for you language. It should be easy to you to add some strings of your mother language. Improvements to English language is also welcome.
Also I would like to add some new Screenshots, maybe a Video. So feel free to send me what you imagine represents this Plugin.
Collecting Statistics
This plugin collects some basic statistics about the amount of servers using this plugin, as well as MCStats.
What is send: Server-Name, -Address and -Version, List of installed Plugins, LimitedCreative-Version, Count of players online. These Information aren't published and can only be seen by me, the Author (Possible).
The MCStats are complete anonymous and can be seen by everyone here.
You can disable all collection with /lc config metrics false and /lc config save
Before doing that I please you to read further about the Metrics.
Known Problems/Bypasses/Incompatibilities
Attention: WorldGuard has its own "game-mode" flag. That flag doesn't relate to LC in any way! Be sure to use "//region flag <id> gamemode creative" instead of /region ...; Otherwise the LC restrictions won't affect that region.
Currently no ways to bypass restrictions as a creative player are known
as of Nov 2, 2013 (some reports are currently under evaluation)
Links/Contact/Donation
- PayPal-Donation
- Free-of-cost-Donation: Register on Dropbox and unlock me additional storage
- IRC-Chat: #limitedcreative@irc.esper.net
- E-Mail / Jabber: jascha.starke@gmail.com
- Skype: jascha@ja-s.de / jascha.starke
- Suggestions/Bugs - How to Use debug for additional information
- Source on GitHub
- Development builds of this project can be acquired at the provided continuous integration server.
These builds have not been approved by the BukkitDev staff. Use them at your own risk.
http://ci.ja-s.de:8080/
Special thanks to all Donators:
90$ zeshan321
50$ http://www.cosmicmc.com/ (MinecraftAllen)
25$ Suzy
5$ Punkred
<sub>Timerange: Jan. 2012 till Dec. 2013</sub>
How to handle errors/problems
I will no longer bearing huge error msgs in the comments. Make a ticket for that if you want me to react on that. If there is an error message in the comments i may delete the comment without annotation.
-
View User Profile
-
Send Message
Posted Jul 26, 2013@erik1988 That is intended to work, but a quick test showed that this feature is bugged. Will be fixed in 2.0-8 (or build #29 on CI-Server). The config should be like:
-
View User Profile
-
Send Message
Posted Jul 26, 2013Is it possible to get dyed leather armor as creative armor?
This is how it looks in the inventory file, I just wonder how I can write it in the config file.
armor: '3':
: org.bukkit.inventory.ItemStack
type: LEATHER_HELMET meta:
: ItemMeta
meta-type: LEATHER_ARMOR color:
: Color
RED: 255 BLUE: 255 GREEN: 85
-
View User Profile
-
Send Message
Posted Jul 23, 2013If anyone has the following issue, then here's how to fix it:
Issue: don't know how to work the command blocker.
How to: there's to ways, you can use the in game commands which are as follows;
/lc config cmdblock commands add <command> and then do
/lc config save
If you want to edit the config file manually then the command list should look like this:
# default: []
commands:
- workbench
- chest
- <commands etc>
When the configuration is first generated there are #'s in front of the commands, make sure youve removed them for that command to be blocked!
Peace everyone
-
View User Profile
-
Send Message
Posted Jul 18, 2013I deleted it and its still working. WHAT?
-
View User Profile
-
Send Message
Posted Jul 16, 2013Some of my players are getting a bug... Is there a part I missed in the config? Or how should I go about to fix them.
http://gyazo.com/191f45b1f9532359b4ef6d6e3ee27a79
-
View User Profile
-
Send Message
Posted Jul 15, 2013@Wild_StyleZ
You could use automatic commands... First when player donates -> hes moved to certain rank lets call it DonatorC (Donator Creative) and when the 5 hours goes off , the automatic command would lower his rank to Donator (Donator without Creative)
-
View User Profile
-
Send Message
Posted Jul 15, 2013Is it possible to set time for this? I want to make this a donation rank and have it set for 5 hours. How would I do that?
-
View User Profile
-
Send Message
Posted Jul 14, 2013-
View User Profile
-
Send Message
Posted Jul 14, 2013Hey, I was wondering if it was possible to make switching gamemodes through regions permissions based. The way I am trying to set this up, is I have a Player rank, and I have an Advanced rank. I want the players in the advanced rank to be able to switch gamemodes upon entering but any player below that rank to not. How can I set this up? I am currently running Bukkit 1.6.2 DEV, LC 2.0-SNAPSHOT-0f2a978f75, and GroupManager.
-
View User Profile
-
Send Message
Posted Jul 14, 2013@Giorito225 Just check the limit entityInteract config-option. The default "MINECART_HOPPER" may needs to be added, if you have updated from an older version.
@semirotta No issues known.
@all: Adding HORSE to limit entityInteract works in latest 1.6.2-R0.1 (#2814).
-
View User Profile
-
Send Message
Posted Jul 14, 20131.6.2 compatible anytime soon?
I have noticed this works in 1.6.2 (the 1.6.1 version) but does it work perfectly without issues? No idea. :)
-
View User Profile
-
Send Message
Posted Jul 13, 2013Please update this plugin so that when a player right clicks on a MineCart with a Hopper It will not allow them because they are able to put items into it and then go into Survival and take them out. Thanks.
-
View User Profile
-
Send Message
Posted Jul 7, 2013/lc set limit entityInteract add HORSEin creative mode. Even if this doesn't work with Bukkit #2795.-
View User Profile
-
Send Message
Posted Jul 7, 2013Great Plugin! Is there any chance of locking out Donkey and mule chests too while in creative?
-
View User Profile
-
Send Message
Posted Jul 6, 2013@kilorat2
Don't give out creative mode.. Sell it. Ppl who spend money to have creative will most likely not grief your server.
-
View User Profile
-
Send Message
Posted Jul 6, 2013@KatanaGamesHD Just have a look at the config. Ender chests should be blocked by default config.
@nejcneo Not in the near future, sorry. It is to much work.
@kilorat2 No, as this isn't a good solution, this won't be implemented.
-
View User Profile
-
Send Message
Posted Jul 6, 2013I have another question, I was wondering if you are able to disable enderchest in creative mode?
-
View User Profile
-
Send Message
Posted Jul 3, 2013Will you ever put back "Remember where block was placed and it won't drop any item when mining" feature + Can you block player that can take only 1 item from cretive (not 64)
-
View User Profile
-
Send Message
Posted Jul 3, 2013This is an important plugin, one of a kind :) must have for a self respecting server owner. Kinda can't do without it, and keep players legit.
-
View User Profile
-
Send Message
Posted Jul 2, 2013I would love a way to rate limit blocks destroyed in creative mode, to mitigate the damage done by grief clients. That is the only thing holding me back from giving out creative mode.