CreativeLimited icon

CreativeLimited -----

A lightweight plugin for Minecraft servers to manage and restrict item usage in creative mode



config.yml
Code (Text):

# Configuration file for the CreativeLimited plugin

# List of globally restricted blocks
restrictedBlocks:
  - DIAMOND_BLOCK
  - GOLD_BLOCK
  - TNT
  - OBSIDIAN
  - ANVIL
  - REDSTONE_BLOCK
  - EMERALD_BLOCK
  - LAVA_BUCKET
  - BEDROCK
  - COMMAND_BLOCK
  - IRON_BLOCK
  - BEACON
  - SHULKER_BOX
  - END_CHEST
  - TRAPPED_CHEST
  - EXPLOSIVE_MINECART

# List of restricted items that cannot be dropped in creative mode
restrictedItems:
  - DIAMOND
  - GOLD_INGOT
  - IRON_INGOT
  - EMERALD
  - DIAMOND_SWORD
  - DIAMOND_PICKAXE
  - DIAMOND_AXE
  - DIAMOND_SHOVEL
  - DIAMOND_HOE
  - GOLDEN_APPLE
  - ENCHANTED_GOLDEN_APPLE
  - DIAMOND_HORSE_ARMOR
  - GOLDEN_HORSE_ARMOR
  - IRON_HORSE_ARMOR
  - DIAMOND_CHESTPLATE
  - DIAMOND_LEGGINGS
  - DIAMOND_BOOTS
  - DIAMOND_HELMET
  - GOLD_INGOT
  - GOLDEN_CARROT
  - GOLDEN_PICKAXE
  - GOLDEN_AXE
  - GOLDEN_SHOVEL
  - GOLDEN_HOE

# List of restricted commands that cannot be executed in creative mode
restrictedCommands:
  - give
  - tp
  - setblock
  - summon
  - kick
  - ban
  - op
  - deop
  - gamemode
  - time
  - weather
  - say
  - fill
  - clone
  - difficulty

# Cooldown settings
cooldown:
  enabled: true
  time: 5000 # Cooldown time in milliseconds (5 seconds)

# Player-specific restricted blocks and items
playerRestrictions:
# Replace this with actual player UUIDs
# uuid1:
#   restrictedBlocks:
#     - BEDROCK
#     - COMMAND_BLOCK
#   restrictedItems:
#     - BEDROCK
#     - COMMAND_BLOCK

# Backup and restore configuration
backup:
  enabled: true
  interval: 3600 # Backup interval in seconds (1 hour)
  path: "backups"

# Languages support
languages:
  default: "en"
  available:
    - "en"
    - "es"
    - "fr"
 
Resource Information
Author:
----------
Total Downloads: 56
First Release: Mar 3, 2024
Last Update: Jul 6, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings