Before starting please ensure that you have a server set up and running with the asset generation plugin installed and configured. If not, you can head over to installation section.
Now with configuration out of the way, we can head over directly to the generation command.
The commands below can be run by any user with the xg.asset.use
permission
/generate <description>
Describe what you want with the generate command, wait a few seconds and voila! You will find the item you imagined with custom textures and enchantment in your inventory.
/repack
Assets not loading properly for you? Run this command.
**/quickgen <on/off>**
Turn quick generate on or off
On : No custom textures or enchantments
Off : Custom textures and enchantments applied
<aside> 💡 By default, quick generation is off
</aside>
This plugin comes with a credit system to prevent users from spamming the generate command. Server admins and operators can use the following commands
The commands below require xg.asset.admin
or operation permission levels, unless specified. To grant the admin permission level, use
/lp user <username> permission set xg.asset.admin true
/addcredits <player> <credits>
Add Credits for a player. One credit is spent on each generation.
<aside> 💡 Provide negative value to take credits away!
</aside>
/checkCredits <player>
To check credits of any player
Players can run this command to check their own credits (the below command requires only xg.asset.use
)
/checkCredits
You can limit the maximum enchantment level a player can get by giving them the following permission
xg.asset.enchantment.level.<number>
Where number is the max enchant level
With this command, the player jeeravan40 will only receive enchantments of level 1 or below
<aside> 💡 Since OP players have all the permissions, they will always get the level zero enchantment, that is no enchantment. Please lose the operator status to test or get enchantments
</aside>
You can prevent players from generating items (like a dragon egg!) by adding the Minecraft name of item in banned.yml inside the plugins/Asset Generator folder in UPPERCASE
A banned.yml is always created if not present. By default, it prevents players from spawning Dragon eggs
On your exaroton server dashboard, go to files and open the plugins folder
Inside the Asset-Generator folder, open banned.yml
, enter the minecraft name of the items you want to ban
<aside> 💡 You can get a list of all minecraft items here
</aside>
Add the items you dont want, hit save and restart the server
Need help? Suggestions? Feedback?