Add custom recipes to your server to craft tridents, elytra's & god apples.
Do you want to be able to let your player base craft tridents, elytra's or enchanted golden apples?
If you answered yes to the above, then this is the plugin for you! CraftableTridents is a simple drop in and go plugin for your server. Once the plugins is installed, all players will instantly have access to the TWO, customisable crafting recipes for tridents, the customisable elytra crafting recipe and the ablitlty to craft enchanted golden apples!
Want to try out the very latest dev builds? [Click here] Use the above dev build at your own risk! Please follow any and ALL instructions provided with EACH dev build released!
As of version 1.4.0, players will also have access to a recipe to craft elytra's too.
As of version 1.4.4, players will also have access to a recipe to craft enchanted golden apples too.
TWO recipes? Yes, there is the main recipe for a standard trident: (Customisable within the config.yml)
But then there is the additional OP recipe to get Poseidon's Staff: (Customisable within the config.yml)
Elytra Crafting As of v1.4.0, you can now enable an elytra crafting recipe too: (Customisable within the config.yml)
Enchanted Golden Apple Crafting As of v1.4.4, you can now enable an enchanted golden apple crafting recipe too: (Customisable within the config.yml)
Permission:
- 'ct.craft.trident' - The ability to craft the standard trident.
- 'ct.craft.op-trident' - The ability to craft the op trident.
- 'ct.craft.elytra' - The ability to craft the elytra.
- 'ct.craft.godapple' - The ability to craft the enchanted golden apple.
- 'ct.craft.*', - The ability to craft all recipes.
- 'ct.update' - The ability to be notified if an update is available.
- 'ct.*' - The ability to use all of the plugin's features.
Default Config:
config.yml
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# ----[CraftableTrdents]---- #
# ----[By Loving11ish]---- #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# ----[Plugin Config]---- #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# ----[Standard Trident]---- #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#Config file for 1.5.0
standard-trident:
####CHANGING ANY OF THIS REQUIRES A SERVER RESTART TO TAKE EFFECT!! DO NOT DO /RELOAD!!####
##This recipe does not support adding enchantments! Use the OP Trident for enchants!##
#Do you want to create your own recipe for the standard trident instead of the default?
#Use Bukkit material names in the recipes. (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
#To add an empty space in the recipe set the slot to 'AIR'!
custom-recipe:
enabled: false
recipe:
top-row:
slot-1: 'DIAMOND'
slot-2: 'NETHERITE_INGOT'
slot-3: 'NETHERITE_INGOT'
middle-row:
slot-1: 'IRON_INGOT'
slot-2: 'PRISMARINE_SHARD'
slot-3: 'NETHERITE_INGOT'
bottom-row:
slot-1: 'PRISMARINE_SHARD'
slot-2: 'IRON_INGOT'
slot-3: 'DIAMOND'
#Do you want the trident to have a custom name?
name:
enabled: false
name: "&6Trident"
#Do you want to add lore to the trident?
lore:
enabled: false
lore:
- ""
- "My Custom"
- "Lore Here"
- ""
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# ----[OP Trident]---- #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
op-trident:
#Do you want to enable the OP (enchanted) trident crafting recipe?
####CHANGING ANY OF THIS REQUIRES A SERVER RESTART TO TAKE EFFECT!! DO NOT DO /RELOAD!!####
enabled: true
#Do you want to create your own recipe for the OP trident instead of the default?
#Use Bukkit material names in the recipes. (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
#To add an empty space in the recipe set the slot to 'AIR'!
custom-recipe:
enabled: false
recipe:
top-row:
slot-1: 'NETHERITE_INGOT'
slot-2: 'NETHERITE_INGOT'
slot-3: 'NETHERITE_INGOT'
middle-row:
slot-1: 'PRISMARINE_SHARD'
slot-2: 'HEART_OF_THE_SEA'
slot-3: 'PRISMARINE_SHARD'
bottom-row:
slot-1: 'NETHER_STAR'
slot-2: 'PRISMARINE_SHARD'
slot-3: 'BOOK'
#What name do you want the OP trident to be?
name:
enabled: true
name: "&6&o&nPoseidon's Staff"
#Do you want to add lore to the OP trident?
lore:
enabled: true
lore:
- ""
- "&5This staff gives the wielder extreme power!"
- "&dUse wisely!"
- ""
#Do you want the OP trident to have enchantments?
enchantments:
enabled: true
enchantments:
- channeling 1
- unbreaking 3
- mending 1
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# ----[Elytra Craft]---- #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
elytra:
#Do you want to enable the elytra crafting recipe?
####CHANGING ANY OF THIS REQUIRES A SERVER RESTART TO TAKE EFFECT!! DO NOT DO /RELOAD!!####
enabled: true
#Do you want to create your own recipe for the elytra instead of the default?
#Use Bukkit material names in the recipes. (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
#To add an empty space in the recipe set the slot to 'AIR'!
custom-recipe:
enabled: false
recipe:
top-row:
slot-1: 'PHANTOM_MEMBRANE'
slot-2: 'PHANTOM_MEMBRANE'
slot-3: 'PHANTOM_MEMBRANE'
middle-row:
slot-1: 'LEATHER'
slot-2: 'NETHER_STAR'
slot-3: 'LEATHER'
bottom-row:
slot-1: 'PHANTOM_MEMBRANE'
slot-2: 'STRING'
slot-3: 'PHANTOM_MEMBRANE'
#What name do you want the elytra to have?
name:
enabled: true
name: "&d&lWings Of Gods"
#Do you want to add lore to the elytra?
lore:
enabled: true
lore:
- ""
- "&bThese are a true gift from the gods!"
- "&b&lUse with pride!"
- ""
#Do you want the elytra to have enchantments?
enchantments:
enabled: true
enchantments:
- protection 4
- thorns 3
- unbreaking 10
- mending 1
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# ----[Enchanted Golden Apple Craft]---- #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
god-apple:
#Do you want to enable the god apple crafting recipe?
####CHANGING ANY OF THIS REQUIRES A SERVER RESTART TO TAKE EFFECT!! DO NOT DO /RELOAD!!####
enabled: true
#Do you want to create your own recipe for the god apple instead of the default?
#Use Bukkit material names in the recipes. (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
#To add an empty space in the recipe set the slot to 'AIR'!
custom-recipe:
enabled: false
recipe:
top-row:
slot-1: 'GOLD_BLOCK'
slot-2: 'GOLD_BLOCK'
slot-3: 'GOLD_BLOCK'
middle-row:
slot-1: 'NETHER_STAR'
slot-2: 'GOLDEN_APPLE'
slot-3: 'NETHER_STAR'
bottom-row:
slot-1: 'GOLD_BLOCK'
slot-2: 'GOLD_BLOCK'
slot-3: 'GOLD_BLOCK'
#What name do you want the god apple to have?
name:
enabled: true
name: "&d&lApple Of The Gods"
#Do you want to add lore to the god apple?
lore:
enabled: true
lore:
- ""
- "&bThis is a legendary item"
- "&b&lUse it sparingly!"
- ""
#Do you want the god apple to have enchantments?
enchantments:
enabled: false
enchantments:
- sharpness 5
- knockback 2
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
general:
developer-debug-mode:
#Do you want to see a lot of debug messages in console when most actions are performed?
#OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
enabled: false
Default Messages:
messages.yml
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# ----[CraftableTrdents]---- #
# ----[By Loving11ish]---- #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# ----[Plugin Messages Config]---- #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#Message config file for 1.5.0
#Plugin prefix:
prefix: "&f[&aCT&f]"
#Denied crafting messages
trident-no-permission: "&cSorry, you do not have permission to craft that!"
op-trident-no-permission: "&cSorry, you do not have permission to craft that!"
elytra-no-permission: "&cSorry, you do not have permission to craft that!"
god-apple-no-permission: "&cSorry, you do not have permission to craft that!"
#Plugin-update-available:
update-available:
1: "&4*-------------------------------------------*"
2: "&c- A new version is available!"
3: "&4*-------------------------------------------*"
no-update:
1: "&a*-------------------------------------------*"
2: "&a- Plugin is up to date!"
3: "&a*-------------------------------------------*"
update-check-failure: "&4- Unable to check for updates! - &c"
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
**
[mc.crapticraft.com]
Want to discuss my plugin: Visit our discord channel https://discord.gg/crapticraft
CraftableTridents DOES NOT support server reloading or using plugin management systems! Any changes made to the config files REQUIRE a full restart! No support will be given to anyone who uses the plugin outside of these parameters!
**
DO NOT POST ISSUES OR ERRORS IN THE REVIEWS SECTION! ANY POSTED IN THERE WILL BE IGNORED! PLEASE POST IN THE DISCUSSION THREAD OR JOIN OUR DISCORD AND CREATE A SUPPORT TICKET!
Information
Category | Gameplay |
---|---|
Published on | October 12, 2023 |
License | MIT |
Downloads | 94 |
Stars | 0 |
Watchers | 0 |