CreativeGuard is a minecraft server plugin that protects players who have access to gamemode creative from cheating.
Which means that CreativeGuard provides the following functionalities:
- Different inventories for different GAMEMODES
- Block breaking protection placed by GAMEMODE CREATIVE
- Prohibits GAMEMODE CREATIVE players from attacking other players or monsters
- Prohibits misuse of water, lava, exp bottle and functionality to add more similar bans in config
- Allows functionality to add prohibition of placing certain objects in config.yml (By default, the main objects are added by us)
- Prohibits the building of IRON GOLEM and SNOW Golem by CREATIVE MODE players
- Prohibits the use of items using arrows by CREATIVE MODE players
- Bans casting potions by CREATIVE MODE players
- Prohibits CREATIVE MODE players from picking up dropped items from entity
- Prohibits CREATIVE MODE players from placing items in frames
- Prohibits players from using eggs to summon monsters or animals
- Prohibits placing egg in spawner by players with creative mode
- Prohibits creative mode players from dropping items
- Prohibits the opening of various types of inventory such as chest, enderchest, etc.
- Prohibits the placement of custom items
- Prohibits the use of armor stand
- Forbids the trimming of animals
- Prohibition of using blocks as a composter. Ability to add or remove in config
- Prohibits trident throwing
- A system that prevents block farming of players with gamemode creative
- Multilingual system
Code (YAML):
permissions:
creativeguard.admin:
description
: Allows the normal use of gamemode without restrictions
default
: op
creativeguard.interact.<ITEM_NAME>:
description
:
"Allows the use of objects that are not blocks such as: WATER_BUCKET,LAVA_BUCKET,EXPERIENCE_BOTTLE etc."
default
: false
creativeguard.place.<ITEM_NAME>:
description
:
"Allows placement of prohibited items from config"
default
: false
creativeguard.build.iron_golem:
description
: Allows users in creative mode to build iron golems
default
: op
creativeguard.build.snow_golem:
description
: Allows users in creative mode to build iron golems
default
: op
creativeguard.arrowinsruments:
description
: Allows users in creative mode to use arrow instruments like bow and crossbow
default
: op
creativeguard.droppotion:
description
: Allow users in creative mode to drop potions
default
: op
creativeguard.gamemode.getdropsentity:
description
: Allow users in creative mode to get drop from entity
(Config default is disable
)
default
: op
creativeguard.frame.item:
description
: Allow users in creative mode to set items in frame
default
: op
creativeguard.spawnegg.<ITEM_NAME>:
description
: Allow users in creative mode to spawn entity from egg
default
: op
creativeguard.place_egg_in_spawner:
description
: Allow users in creative mode to place entity egg in spawner
default
: op
creativeguard.creative.attack:
description
: Allow users in creative mode to attack another entity or players
default
: op
creativeguard.dropitem:
description
:
"Allow users in creative mode to drop items"
default
: op
creativeguard.open.<INVENTORY_NAME>:
description
: Allow users in creative mode to open inventories like chest, ender_chest and etc.
default
: false
creativeguard.disable.changeinventory:
description
: This permission disable change gamemode inventories
default
: op
creativeguard.place_custom_items:
description
: This permission allow to place custom items
default
: op
creativeguard.use.buckets:
description
: This permission allow to use buckets and buckets with animals
default
: op
creativeguard.use.armor_stand:
description
: This permission allow creative mode to use armor_stand
default
: op
creativeguard.use.lead:
description
: This permission allow to creative mode use lead
default
: op
creativeguard.use.shear_entity:
description
: This permission allow to creative mode use shear on entity
default
: op
creativeguard.useblock.<BLOCK_NAME>:
description
: This permission allow to creative mode to use blocks, like composter and other
default
: op
creativeguard.eat:
description
: This permission allow to creative mode eat
default
: op
creativeguard.pickup:
description
: This permission allow to creative mode get droped items
default
: op
creativeguard.prevent_entity.<ENTITY_NAME>:
description
: This permission prohibits creative from interacting with the entity
default
: op
creativeguard.place_falling.<BLOCK_NAME>:
description
: This permission allow to creative mode to place falling blocks like gravel and sand
default
: op
creativeguard.break.<BLOCK_NAME>:
description
: This permission allow to creative mode to break forbiden block
default
: op
creativeguard.throw.trident:
description
: This permission allow to creative mode to threw trident
default
: op
creativeguard.reload:
description
: This permission allow to reload plugin
default
: op
Code (YAML):
commands:
reload:
description
: This command reload plugin. This command is dangerous if you change the DIFFERENT_INVENTORY configuration or similar
Tutorial EN Version
Tutorial BG Version