Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion Essentials/src/main/resources/commands.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
########################################################################################################################
#
# ███████╗███████╗░██████╗░██████╗███████╗███╗░░██╗████████╗██╗░█████╗░██╗░░░░░░██████╗
# ╚════██║██╔════╝██╔════╝██╔════╝██╔════╝████╗░██║╚══██╔══╝██║██╔══██╗██║░░░░░██╔════╝
# ░░███╔═╝█████╗░░╚█████╗░╚█████╗░█████╗░░██╔██╗██║░░░██║░░░██║███████║██║░░░░░╚█████╗░
# ██╔══╝░░██╔══╝░░░╚═══██╗░╚═══██╗██╔══╝░░██║╚████║░░░██║░░░██║██╔══██║██║░░░░░░╚═══██╗
# ███████╗███████╗██████╔╝██████╔╝███████╗██║░╚███║░░░██║░░░██║██║░░██║███████╗██████╔╝
# ╚══════╝╚══════╝╚═════╝░╚═════╝░╚══════╝╚═╝░░╚══╝░░░╚═╝░░░╚═╝╚═╝░░╚═╝╚══════╝╚═════╝░
#
########################################################################################################################

# In this file you can choose which commands to enable or disable

gamemode: true
gmc: true
gma: true
Expand Down Expand Up @@ -29,4 +42,4 @@ player-weather: true
player-time: true
tp: true
tphere: true
economy: true
economy: true
11 changes: 10 additions & 1 deletion Essentials/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,34 @@ storage-type: MYSQL

database-configuration:
prefix: "zessentials_"
# For Pterodactyl panel: when you create a database it creates a <prefix>_<database name you chose>. Set "prefix"'s value to the prefix of the database
host: 192.168.10.10
# IP Address of the machine the database is hosted on
port: 3306
# Port of the database, by default MySQL's port is 3306
user: homestead
password: 'secret'
database: zessentials
# For Pterodactyl panel: when you create a database it creates a <prefix>_<database name you chose>. Set "database"'s value to the name of the database
debug: false

enable-cooldown-bypass: false

command-cooldowns:
# Create command cooldowns (can run a command after X amount of seconds)
- command: heal
cooldown: 60
# In this example you can see that the "/heal" command has a 60 seconds cooldown
permissions:
- permission: "essentials.cooldown.heal.vip"
cooldown: 40
# In this example whoever has "essentials.cooldown.heal.vip" permission can run "/heal" after 40 seconds
- permission: "essentials.cooldown.heal.staff"
cooldown: 20
# In this example whoever has "essentials.cooldown.heal.vip" permission can run "/heal" after 20 seconds

trash-size: 27
# Trash can GUI size. Must be 9, 18, 27, 36, 45, 54.

compact-materials:
- from: COAL
Expand All @@ -60,4 +69,4 @@ compact-materials:
- from: COPPER_INGOT
to: COPPER_BLOCK
- from: NETHERITE_INGOT
to: NETHERITE_BLOCK
to: NETHERITE_BLOCK
Loading