Resource icon

Script TCE Maker b.0.1.1-P8R8KrVn

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Minecraft Versions
  1. 1.12
Note: This is old and probably unstable now. Use at your own risk. (04/04/2019)

TCE Maker is a skript that allows you to make TuSKe Custom Enchantments by using a command.

Plugin Requirements
TuSKe
skript-yaml


This will remove your comments from the config, leaving it blank like using the /kit create command on EssentialsX, or the KitAdder plugin.
This is the enchantments config before the usage of the command.
ghSdXbH.png
This is the enchantments config after using the command.
RWNoIvx.png

The command(s) are
# This command will allow you to make a enchantment name.
/ench make <enchantment>

# This will allow you to edit the description, maxlevel, rarity, accepteditems, or enable it.
/ench edit <enchantment> <description/maxlevel/rarity/accepteditems/enabled> <text/integer/boolean>

# This will give you information of the enchantment, including its name, description, maxlevel, rarity, accepted items, and if its enabled.
/ench info <enchantment>

# This will make the enchantment name.
/ench make Example

# The description will be set to the text input.
/ench edit Example description Hey, this is a example command

# The max level will be set to the number input.
/ench edit Example maxlevel 5

# The rarity will be set to the number input.
/ench edit Example rarity 5

# The accepted items will be set to the item input
# For now, you can only set one accepted items, but you'll be able to set more than one soon.
/ench edit Example accepteditems boots

# This will enable your custom enchantment. After that, you just need to run this command "/tuske reload enchantments".
/ench edit Example enabled true

Commands usage
6d2c8oT.png


/ench commands
54YieFH.png


Command errors
n1aKEEi.png
  • Like
Reactions: titustitus98
Author
KingAlterIV
Downloads
882
Views
882
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. b.0.1.1-P8R8KrVn (small fix)

    Changed - saved yaml "Enchantments" to save yaml "TuSKe_Enchantments"