Darrionat Plugins
  • Welcome
  • Plugins
    • Bans+
      • Commands & Permissions
      • Configuration Files
      • GUIs
      • MySQL
      • Trivia
    • Command Cooldown
      • Commands & Permissions
      • Configuration Files
        • cooldowns.yml
        • config.yml
        • messages.yml
      • MySQL
      • Trivia
    • Custom Enchants+
      • API
      • Commands & Permissions
      • Configuration Files
        • config.yml
        • enchants.yml
        • lores.yml
        • messages.yml
      • Custom Blocks
      • Dependencies
      • Enchantments
      • GUIs
      • Scrolls
      • Wands
      • Trivia
    • PrisonPick
      • Autosell
      • Commands & Permissions
      • Configuration Files
        • autosell.yml
        • config.yml
        • enchants.yml
        • messages.yml
      • Dependencies
      • Enchantments
      • GUIs
      • Inventory Management
      • Placeholders
      • Saving Data
  • Libraries
    • PluginLib
      • Creating Your Plugin
      • Commands
      • Configs
      • ErrorHandler
      • Gui
  • Discord Bot
    • SpigotMC Bot
      • Commands
  • Links
    • Discord
    • GitHub
    • SpigotMC
  • Support Me
    • Patreon
Powered by GitBook
On this page
  • Custom GUI
  • Enchanter
  • Tinkerer
  • Anvil
  • Selector

Was this helpful?

  1. Plugins
  2. Custom Enchants+

GUIs

All GUI's and their descriptions

PreviousEnchantmentsNextScrolls

Last updated 5 years ago

Was this helpful?

Custom GUI

A custom GUI, graphical user interface, is a feature within that gives players a unique way of enchanting. GUI's can be opened up by or with . Each GUI is animated, in the terms of items moving around within the GUI while the player is interacting with it.

Enchanter

Upgrading Existing Enchantments

Tinkerer

Obtaining Scrolls

Anvil

The Anvil GUI allows a player to forge two items together. At least one item must contain a custom enchantment to be utilized. The Anvil does support Vanilla enchantments. Forging two items costs the player experience. The total amount of experience is calculated by the total amount of enchantments * forgeExpPerEnchantment. Forging does not increase the max number of slots on either item. Books may be used within the Anvil GUI.

Selector

As first GUI to be introduced to Custom Enchants+, it is definitely also the most important. The Enchanter is to be used to add . The Enchanter will refuse items with no remaining slots. The Enchanter will also refuse items types that are not able to be enchanted.

The Enchanter has a chance to increase an item's already-existing enchantments when enchanting. The default percentage is 50%. This percentage can be configured within the . Every successful upgrade will roll a chance for an upgrade again. So by default: one upgrade is a 50% chance, two upgrades is a 25% chance, three upgrades is a 12.5% chance, and so on.

The Tinkerer is a unique GUI that allows a player to remove their custom enchantments in return for EXP. The given is experience is determined by * enchantExpCost. enchantExpCost is defined within the config.yml.

can be obtained from tinkering. By default, each scroll has a 5% chance from tinkering, this percentage can be configured in the config.yml.

The Selector GUI is displayed when a player activates either the or the . It allows the user to select an enchantment for the scroll to perform its action.

Enchantments
config.yml
Scrolls
Custom Blocks
commands
Enchantment Upgrade Scroll
Enchantment Removal Scroll
used_slots
GIF of the Enchanter GUI
GIF of the Tinkerer GUI
GIF of the Anvil GUI