⚡ CreativeManager ⚡ Customizable - Complete control icon

⚡ CreativeManager ⚡ Customizable - Complete control -----

Free Spigot plugin for manage action in Creative




Update
Updating NBT API to 2.14.1 (MC: 1.21.4)
----------, Jan 3, 2025

Bug Fix
Remove Block Copy due to a client only side effect
Change world loading system for some multiworld plugins
Fix explosion in protected area
Fix data to be used on older Minecraft version
Cancel building event on container if plugins can't clear container inventory
----------, Oct 13, 2024

Bug Fix
Fix a console error on old Minecraft version
----------, Aug 20, 2024

Bug Fix
Sheep can chew grass block placed in Creative
FallingBlock are now tracked and update the block position on movement
Update
NBTAPI updated to 2.13.2
----------, Aug 20, 2024

Bug Fix
Change event priority to HIGHEST
----------, Jul 31, 2024

Bug Fix
Fix container build protection (helped by Navoei on Discord)
- If container not properly cleared by plugin, block just reset to the vanilla block material
----------, Jul 14, 2024

Bug Fix
Fix on lore protection by Rubenicos on Github
----------, Jul 14, 2024

Bug Fix
Some fix for old Minecraft version
----------, Jul 2, 2024

Container permission had no two differents permission :
  • creativemanager.bypass.container
  • creativemanager.bypass.gui
----------, May 21, 2024

New Features
Add NBT Whitelist with more information in the /cm items

Bug Fix
Prevent 'get' whitelist to be not thrown on AIR
Allow player to sneak place block on Campfire
----------, Apr 21, 2024

- Add Tag {TAG} on each lang line (allow people to remove tag on lang if needed.
- Add ability to completely remove message (just let the string empty in lang file and plugin stop sending notification to your players
----------, Mar 26, 2024

Recode inventory management with many fix
----------, Mar 16, 2024

Fix log NullPointer
----------, Mar 15, 2024

Update message now have a direct clickable text to go on Spigot
----------, Mar 10, 2024

  • Add setting 'stop-inv-close-on-gmchange' to completely remove the close inventory on gamemode change
  • Add setting 'send-admin-update-message' to allow admin player with permission 'creativemanager.admin.update' to receive plugin message when new Spigot update available
----------, Mar 10, 2024

Updating NBTAPI to 2.12.2
----------, Feb 29, 2024

Add catch clause in the supported block event for disabling check on old Minecraft
----------, Feb 25, 2024

Adding some event for tracked block
- Grow
- Spread
- StructureGrow

Add attached block protection (ecample : carpet / torch can't be get by breaking the attach block)

All event had now proper priorities (can help in many other plugin exploit case)

Fix update checker issue

Fix some optimization issues
----------, Feb 16, 2024

Add a feature to stop the inventory save for certain players.
This features need to be enabled on the config.yml (stop-inventory-save-perm) and player need to have the permission :
creativemanager.bypass.inventory-save

Warning : This could make some inventory lose if player change group when offline or anything else. Use it at your own risk.
----------, Nov 5, 2023

Update NBT API to 2.12.0
----------, Nov 3, 2023

- Add Campfire to container protection
- Global code clean


+ Add language hu_HU translated by TimeScare
+ Allow switching list mode (blacklist or whitelist)
+ Allow usage of Tag in blacklist / whitelist (#TAG)
+ Adding command to check items informations (/cm items)
----------, Jul 13, 2023

+ Add Build Container protection (disallow user to build container with invenory inside)
+ Add creative log break permissions


- Switch NBT Protection to NBTAPI
- Fix Piston duplication with skull / torch/ ...
- Optimize some code
----------, Jun 24, 2023

- Fix Concurrent ConcurrentModificationException
----------, Feb 9, 2023

- Update NBTAPI allow to fully support 1.19.3
- Prevent inventory closing when no inventory is opened by player
- Prevent inventory switch on force gamemode if no inventory stored in CreativeManager
----------, Jan 12, 2023

Fix last NBT Protection bug on 1.12.2
----------, Nov 19, 2022

- Disable NBT Protection for old Spigot
----------, Nov 18, 2022

- Fix old Spigot compatibility
----------, Nov 18, 2022

Fix these bug :
- Wither spawn protection broken
- Inventory do not switch when gamemode change canceled by another plugins.
----------, Nov 13, 2022

Now leather armor set for Creative Armor can get a custom color like that :


Code (YAML):
 chestplate:
    name
: '&6Creative Chestplate'
    lore
:
     - '&7This &6Creative Chestplate&7 is bind to your Gamemode !'
    material
: LEATHER_CHESTPLATE
    leather-color
:
      red
: 255
      green
: 255
      blue
: 255
    model-data
: 0
    items-adder
: ''
----------, Nov 7, 2022

- Fix Inventory save when Inventory change event triggered without any eal Gamemode change (AuthMe bug)

- Add * in blacklist, you can now use it to deny many block / items / commands with only one option line
Code (YAML):
 place : # Bypass : creativemanager.bypass.blacklist.place
    - '*'
  use
: # Bypass : creativemanager.bypass.blacklist.use
    - '*bucket'
    - flint_and_steel
    - fire_charge
  get
: # Bypass : creativemanager.bypass.blacklist.get
    - diamond
    - '*stone*'
  break
:
 - '*stone*'
  commands
:
 - commandstartwith*
  useblock
:
 - CRAFTING_TABLE
  - LEVER
- Item displayed in error message now cleaned to make a proper chat (ex: DIAMOND_SWORD now displayed 'Diamond Sword')
----------, Oct 30, 2022

Adding new Creative Armor allow server owner to constrain Creative Player get a selected armor (configurable).
This can use ItemsAdder with this name : "namespace:itemname"
----------, Oct 6, 2022

Adding new Features
  • NBT Protection
    • Allow CreativeManager to remove any Custom NBT on any item get by a Creative player. (Custom items generated by plugin be broke with this protection)
  • Register permission about NBT / Enchant And Potion protections
    • creativemanager.bypass.custom_nbt
    • creativemanager.bypass.enchants-and-potions
Fix Spam Protection

----------, Oct 5, 2022

Remove package from jar for lower size
----------, Oct 2, 2022

Fix config file warn message on start
----------, Oct 2, 2022

Adding a protection for Citizens plugins.
(Now entity protection don't protect these)

Adding an anti spam, your player don't be anymore spammed by protection message. (Antispam tick are configurable in config.yml)
----------, Oct 2, 2022

Fix Darkers issues by closing all inventory on Gamemode Change
----------, Oct 2, 2022

Setting 'stop-inventory-save' added.
This features is to use at your own risk, she disable all inventory save / load method in CreativeManager.
----------, Oct 2, 2022

Hi everyone,
CreativeManager developement started 2 years ago.
With time i'm learning many thing about Spigot API & Java and i now start a full optimization of this plugin.
Today i gift you the first update using my new API "K0busCore".
No new features but many improvement in code and optimization.
----------, Oct 2, 2022

- Remove permission denied message when projectile is thrown without any target (if throw protection is disabled and PvE protection is enabled)
----------, Sep 3, 2022

+ Adding GUI Protection.This protection allow you to deny opening all gui (including container) for your Creative Player.
----------, Aug 28, 2022

- Add a 5 sec timeout on Update Checker
----------, Jul 2, 2022

- Fix piston issue for BlockLog (Thank to : @afekvova)
----------, Mar 23, 2022

- Fix logout dupe bug when server use an anti PVP Logout
----------, Mar 14, 2022

- Fix Worldguard issue
- Fix Smoker issue
----------, Mar 10, 2022

- Fix all bug about Creative logging.
+ Add permissions creativemanager.bypass.logged allow Creative player to be not logged by CreativeManager
----------, Feb 14, 2022

- Fix WorldGuard bypass permissions
----------, Feb 3, 2022

- Add "creativemanager.bypass.blacklist.get.%itemName%"
- Add "creativemanager.bypass.blacklist.use.%itemName%"
- Add "creativemanager.bypass.blacklist.useblock.%blockName%"
- Add "creativemanager.bypass.blacklist.break.%blockName%"
- Add "creativemanager.bypass.blacklist.place.%blockName%"

- Rewrite many protections helping optimization
----------, Jan 30, 2022

- Add Enchant & Potions protections ((Disallow player to enchant items or create Custom potions)
----------, Jan 27, 2022

- Improve "Get" protection
- Slimfun protection now protect Creative Player from fetching some custom items
- Fix ChestShop survival protection
----------, Jan 25, 2022

- Delete NBT on ItemFrame copy
- Destroy ArmorStand now allowed
- Chestshop in survival not protected now
- Get blacklist reworked (only still have a visual bug player can see item but after inventory update disapear)
----------, Jan 17, 2022

- Slimefun protection only applied to creative players
----------, Jan 12, 2022

- Simple clean
----------, Jan 12, 2022

- Add NBT Copy Protection
- Add ChestShop protections (Shop creation / Transaction)
- Add Slimefun protections (Start work with electricity protection)
----------, Jan 11, 2022

- Don't log canceled event
----------, Dec 19, 2021

- Fix protected area issue allow player to break block in protected area when placed by GM1 players
----------, Dec 11, 2021

- Fix bypass protection
----------, Nov 9, 2021

- Change old creativemanager.container permission by creativemanager.bypass.container
----------, Oct 30, 2021

~ Fix Inventory protection on old spigot server
----------, Oct 27, 2021

+ Now main plugin version allow you to use on all Spigot version !
----------, Oct 25, 2021

+ Update checker now will be fixed
----------, Oct 21, 2021

Due to a bug on my Version checking class i disable the Update Checker
----------, Oct 21, 2021

+ Add commands blacklist bypass Permissions (
creativemanager.bypass.blacklist.commands)
----------, Oct 18, 2021

+ Add block use Blacklist
----------, Oct 17, 2021

- Remove debug log
----------, Oct 17, 2021

+ Death drop protection
+ Death drop protection bypass permission : "creativemanager.bypass.deathdrop"
----------, Sep 27, 2021

- Remove dev log on command usage
----------, Sep 17, 2021

~ Fix NullPointer exception on ArcLight
----------, Aug 4, 2021

~ Hide save log message when no save performed
----------, Jul 24, 2021

~ Blacklisted command now allow to blacklist all subcommand.
----------, Jul 15, 2021

~ Update personal lib
----------, Jun 26, 2021

~ Fix error when Spigot not reachable for update checker
~ Fix error when CreativeManager disabled at start
----------, Jun 26, 2021

~ Remove debug log
----------, Jun 19, 2021

~ Update Spigot API to 1.17
~ Remove exp drop when break creative block
----------, Jun 13, 2021

~ Update chinese translation (thk to GGQAQ)
----------, Jun 6, 2021

+ Now explosion protected by loot protection
----------, Jun 2, 2021

+ Bosnian language (Thank to @ProfIix)

~ Improve save time (plugin don't save unchanged block log)
~ Code cleanup (Thank to @ProfIix)

https://github.com/ProfliX
----------, May 31, 2021

~ Fix SpawnEgg protection
----------, May 27, 2021

~ Command blacklist now can be bypassed with permission
----------, May 27, 2021

~ Fix container protection not bypassed by permissions
----------, May 27, 2021

~ Command only blacklsited in Creative
~ Pickup protection re-added
~ Use blacklist and SpawnEgg protection re-added
----------, May 27, 2021

~ Improve container protections
~ Cleanup code
----------, May 27, 2021

+ Now CreativeManager allow you to prevent your creative player from using blacklisted commands
----------, May 26, 2021

~ Prevent player from opening enderchest with command (or another)
----------, May 26, 2021

~ Add bStats for making me some stats about my plugins.
----------, May 25, 2021

~ Detect if container is a chest menu and allow player to open it
----------, May 24, 2021

~ Fix ConcurrentModificationException
----------, May 24, 2021

+ Add save-log config let you disable save task message in your log
----------, May 24, 2021

~ Fix error on permission deny command (permission.general)
----------, May 24, 2021

~ Fix throw protection icon interface
----------, May 23, 2021

~ Fix save task on deleted world log
----------, May 23, 2021

~ Container protection check on open inventory event for more protection
----------, May 23, 2021

+ Throw protection allow you to deny creative player to throw projectiles

~ PvE / PvP protections now deny hit entity with projectile too
----------, May 23, 2021

+ Deny creative player to build golem (Wither / Snowman / Iron Golem)
----------, May 23, 2021

+ Break blacklist allow you to deny Creative player breaking blacklisted block
+ Message disabler allow you to enable or disable player message when performed action canceled by CreativeManager


~ Blacklist can be written in lower case or uppercase with no problem when plugin check this
----------, May 22, 2021

+ Creative Loot protection for placed block is now async and don't impact your server performance !
----------, May 21, 2021

~ Technical update
----------, May 21, 2021

Improve log aesthetic
Improve Settings Gui aesthetic
Add Chinese translation (Thank to ahdg6 from Github)
----------, May 6, 2021

Now all entities can be whitelisted with permissions like : creativemanager.bypass.entity.minecart_chest
Chat improved with an anti spam for message output by plugin.
Translation can now use HEX color for 1.16 +

Example translation with HEX

Code (YAML):
permission:
  container
: ' #ff1744You don''t have permission to open this container in Creative'
  ignite
: ' #ff1744You don''t have permission to ignite block in Creative'
  spawn
: ' #ff1744You don''t have permission use Spawn Egg in Creative'
  drop
: ' #ff1744You don''t have permission to drop item in Creative'
  build
: ' #ff1744You don''t have permission to build in Creative'
  entity
: ' #ff1744You don''t have permission to interact with entity in Creative'
  hit
:
    player
: ' #ff1744You don''t have permission to hit player'
    monster
: ' #ff1744You don''t have permission to hit monster'
blacklist
:
  place
: ' #ff1744You don''t have permission to place {BLOCK} in Creative'
  use
: ' #ff1744You don''t have permission to use {ITEM} in Creative'
  get
: ' #ff1744You don''t have permission to get {ITEM} into your inventory in Creative'
inventory
:
  change
: ' #e040fbYour inventory switch to {GAMEMODE} inventory !'
----------, May 6, 2021

Fix issue with entity protection.
Now all entity are protected by CreativeManager.
----------, May 5, 2021

Now when logged creative block moved by piston or slime the log update block location to new location.
----------, May 2, 2021

Fix NullPointer
----------, Mar 29, 2021

Blacklist fixed
All available language now showed in lang file after first run
----------, Mar 24, 2021

Plugin tell you if anything wrong in your configuration file.

Removed JDBC library because unusued.
----------, Mar 23, 2021

Adding survival loot creative placed block protection

  • Add permission creativemanager.bypass.loot
  • Add settings protection.loot
----------, Feb 12, 2021

CreativeManager now use protection.pickup setting in config.yml
----------, Feb 8, 2021

Hi,

I've reworked all configuration method.
Also your config.yml going to be updated to a new format allow me to add new features in futures !
Also i added the first Gui for In game edit settings. You can now edit wich protection is enabled or not on your server !
----------, Nov 19, 2020

Add Spanish language (Thk to Kosscielsky from SpigotMC.org)
Update UpdateChecker libs
----------, Nov 19, 2020

Pickup protection now enabled on this plugin.
Log can be disabled in config file
Italian translate now available thank to Manchineel.
----------, Oct 31, 2020

Now CreativeManager support server with force-gamemode activated.
----------, Oct 30, 2020

Fix inventory backup.
----------, Oct 19, 2020

In 1.4 Update i make Spectator inventory buggy.
This update remove inventory switch for Spectator Gamemode.
----------, Oct 17, 2020

Fix updated from Updater library
----------, Oct 14, 2020

When starting server you can see in console if this plugins is up to date.
----------, Oct 14, 2020

Adding tab completer for "/cm" command.
----------, Oct 12, 2020

Now you can choose what gamemode have to store his own inventory.

New config line :
- adventure-inventory: true
----------, Oct 11, 2020

- Adding RU Language (Thank to The_stas)
----------, Oct 5, 2020

- Fix NullPointerException when interact with empty hand
----------, Oct 4, 2020

- Just a code optimisation
----------, Sep 29, 2020

Fix null message
Fix error on InventoryMove for Lore / Deny blacklist
Fix translate selection
----------, Apr 4, 2020

Remove debug message on Creative Inventory Move Event
----------, Apr 4, 2020

Add bypass lore permissions
Add requirement for player to be in GM 1 for interrupt
Fix some error message due to checking bad Move
----------, Apr 4, 2020

Implement combat protection
----------, Feb 15, 2020

Adding permission : creativemanager.inventory allow bypass multiple inventory
Language are moved to file and french translate added.
Config file automaticly update variable.
----------, Feb 14, 2020

Removing debug message when move item in creative inventory
----------, Feb 12, 2020

Now item generated in creative have Item Lore editable in config.yml
----------, Feb 12, 2020

Add multiple inventory on gamemode switch.
----------, Feb 11, 2020

Resource Information
Author:
----------
Total Downloads: 15,185
First Release: Feb 10, 2020
Last Update: Jan 3, 2025
Category: ---------------
All-Time Rating:
50 ratings
Find more info at k0bus.fr...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings