Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platforms
Links
Creators
Details
Licensed ARR
Published 3 months ago
Updated 3 months ago
CraftLimits
Join my discord server for support or to report bugs!
Features
- Per player/global limits
- Crafting broadcast
- Any item can be used
Commands
- /craftlimits reload - Reloads the config
- /resetlimits - Resets all crafting limits to 0
Simple Config
limits:
# EXAMPLE OF A ONE OF A KIND MACE
# Item Names: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html#:~:text=Description-,ACACIA_BOAT,-ACACIA_BUTTON
MACE:
# The maximum amount that can be crafted
limit: 1
# Whether the limit is global or not
# True = Limit is for all players
# False = Limit is per player
global: true
# Broadcasts a message when crafted
# Only broadcasts if global = true
broadcast: true
# Data
data:
global:



