You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goflishMC edited this page Jun 28, 2025
·
1 revision
🔁 Editor: Uses by Level
The Uses by Level option allows you to define how many times an item can be used depending on the player's level. This enables scaling usage limits as a character progresses.
⚙️ What the Editor Lets You Modify
Add new level thresholds
Set the number of uses allowed for players at that level
🧭 How It Works in the Editor
Click “Add New Level” in the in-game editor.
You’ll be prompted in chat to input the player level.
After entering a level, you’ll be prompted to input the number of uses the item allows at that level.
You can repeat this to set different usage amounts for various level breakpoints.
📄 Example (Item Generator File)
uses-by-level:
1: 310: 525: 10
In this example:
A level 1 player can use the item 3 times
A level 10 player can use it 5 times
A level 25 player can use it 10 times
🧪 Use Case
Limit powerful items to a few uses for low-level players
Encourage progression by scaling up item durability or power
Add lore-friendly limitations to magic scrolls, tools, or artifacts