FEATURES
• Configurable messages
• Configurable shop
• Custom economy
SUPPORT
This plugin supports minecraft versions from 1.7x to 1.19x
INSTALLATION
1. Download the plugin
2. Put it in your plugins folder for your server
3. Start your server
4. Done.
CONFIG
Code (YAML):
# Shop is extremely configurable and u can add as many items as u want
settings:
shop:
rows
: 3
columns
: 9
title
:
"Fish Shop"
items:
1:
vertical-slot
: 1
horizontal-slot
: 2
material
: DIAMOND_SWORD
amount
: 1
name
:
"&b&lDiamond Sword"
enchantments
:
-
"DAMAGE_ALL:1"
# format: <enchant:level> | reference @https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html
lore:
- "&7Price
:
&a15 fish point
"
price: 15
2:
vertical-slot: 1
horizontal-slot: 4
material: IRON_SWORD
amount: 1
name: "&7&lIron Sword
"
lore:
- "&7Price
:
&a10 fish point
"
price: 10
3:
vertical-slot: 1
horizontal-slot: 6
material: ENCHANTED_BOOK
amount: 1
name: "&2Unbreaking III
"
enchantments:
- "DURABILITY:3
"
lore:
- "&7Price
:
&a5 fish point
"
price: 5
messages:
not-a-player: "&cYou must be a player to execute this command!
"
player-not-found: "&cPlayer not found!
"
fish-caught: "&aYou have got a fish!
"
fish-sold: "&aYou have sold your fishes' inventory and you received &e
{points
} &afish points!
"
not-enough-fish: "&cYou don't have enough fish to sell!
"
not-enough-fish-points: "&cYou don't have enough fish points!
"
fish-points: "&aYou have &e
{points
} &afish points!
"
fish-points-target: "&a
{player
} has &e
{points
} &afish points!
"
fish-pay-yourself: "&cYou can't pay yourself!
"
fish-pay: "&aYou have given &e
{points
} &afish points to &e
{player
}&a!
"
help-command:
- "
"
- "&6&lFish Economy
"
- "
"
- "&e/fish sell &7- &fSell
all your fishes in your inventory
"
- "&e/fish points &7- &fSee how many points have you got
"
- "&e/fish shop &7- &fOpen the fish shop
"
- "&e/fish pay <player> <amount> &7- &fGives fish points to a player
"
- "
"