Trash Gobblin
This commit is contained in:
parent
a49a197b3f
commit
7322305165
|
@ -1,26 +0,0 @@
|
|||
# Settings for auto-miner regions
|
||||
auto-miner-regions:
|
||||
# WorldGuard region name
|
||||
automine:
|
||||
# World where region is
|
||||
world: world
|
||||
# Rewards to give
|
||||
rewards:
|
||||
- 'eco give %player% 1000'
|
||||
- 'tokens give %player% 10'
|
||||
# Interval of giving rewards (in seconds)
|
||||
reward-period: 5
|
||||
# Amount of blocks broken added to player every cycle
|
||||
blocks-broken: 5
|
||||
messages:
|
||||
not_enough_tokens: "&e&lAUTOMINER &8» &cYou do not have enough tokens! (Needed: %tokens%)"
|
||||
not_a_number: "&c%input% is not a number!"
|
||||
player_not_online: "&cPlayer &e%player% &cis not online!"
|
||||
autominer_disabled: "&e&l(!) &7You've &c&lDISABLED &7AutoMiner."
|
||||
autominer_enabled: "&e&l(!) &7You've &a&lENABLED &7AutoMiner."
|
||||
auto_miner_enabled: "&aYou are now in &a&lAUTO-MINER &amode."
|
||||
auto_miner_disabled: "&cYou don't have &c&lAUTO-MINER &ctime."
|
||||
auto_miner_no_pickaxe: "&cYou do not have any pickaxe equipped!"
|
||||
auto_miner_time: "&e&lAUTOMINER &8» &7You have &f%time% of Auto-Miner time."
|
||||
auto_miner_time_add: "&e&lAUTOMINER &8» &7You added &f%time% %timeunit% &7to &f%player%&7."
|
||||
auto_miner_time_remove: "&e&lAUTOMINER &8» &7You have removed &f%time% %timeunit% &7from &f%player%&7."
|
|
@ -1,34 +0,0 @@
|
|||
messages:
|
||||
autosell_enable: "&e&l(!) &7You've &a&lENABLED &7Autosell."
|
||||
autosell_disable: "&e&l(!) &7You've &c&lDISABLED &7Autosell."
|
||||
not_in_region: "&e&l(!) &cYou must be in region to use /sellall"
|
||||
invalid_region: "&e&l(!) &cYou have specified invalid region."
|
||||
sell_all_complete: "&e&lSELLALL &8>> &7You've sold your inventory for &a$%price%"
|
||||
last_minute_earn: "&e&lINFO &8>> &7You've earn &a$%amount% &7in last minute."
|
||||
no_permission_sell: "&e&l(!) &cYou do not have permission to sell in this region! (%perm%)"
|
||||
no_permission_autosell_toggle: "&e&l(!) &cYou do not have permission to toggle autosell feature!"
|
||||
# Should be autosell enabled automatically on player join?
|
||||
enable-autosell-automatically: true
|
||||
# Should blocks be smelted when mined? Example: STONE -> COBBLESTONE, IRON_ORE -> IRON_INGOT
|
||||
auto-smelt: false
|
||||
# Settings for broadcasting earnings during autosell
|
||||
auto_sell_broadcast:
|
||||
# Interval in seconds
|
||||
time: 60
|
||||
message:
|
||||
- "&e&m-------&f&m-------&e&m--------&f&m--------&e&m--------&f&m-------&e&m-------"
|
||||
- " &8&l» &6&lAUTOSELL:"
|
||||
- " &8&l➥ &e&lMONEY MADE: &2$&a%money%"
|
||||
- " &8&l➥ &e&lITEMS SOLD: &f%items%"
|
||||
- "&e&m-------&f&m-------&e&m--------&f&m--------&e&m--------&f&m-------&e&m-------"
|
||||
# Sellprices for each regions
|
||||
regions: { }
|
||||
# Notification when player has full inventory
|
||||
# If 'title' is set, it will send title to players, otherwise it will display chat message.
|
||||
inventory_full_notification:
|
||||
# Should players be notified if they have full inventory?
|
||||
enabled: true
|
||||
title:
|
||||
- "&e&lInventory full!"
|
||||
- "&fType /sellall to sell your inventory"
|
||||
chat: '&c&l(!) &eYour inventory is full! Type /sellall to sell your inventory'
|
|
@ -1,10 +0,0 @@
|
|||
# Rewards when breaking certain amount of blocks. (Counts overall, not just for pickaxe)
|
||||
block-rewards:
|
||||
# Amount of blocks required
|
||||
100:
|
||||
# Message to be sent
|
||||
message: '&e&lBLOCKS &8» &7You have mined &f100&7 blocks.'
|
||||
# Commands to give rewards
|
||||
commands:
|
||||
- tokens give %player% 1000
|
||||
- aam add %player% 300
|
|
@ -1,94 +0,0 @@
|
|||
#===============================================================================
|
||||
# TEAM NVus #
|
||||
# www.FNGnation.com/discord #
|
||||
# www.FNGnation.com #
|
||||
# ==============================================================================
|
||||
|
||||
# Should plugin show debug messages?
|
||||
debug-mode: false
|
||||
#===============================================================================
|
||||
# DATABASE CONFIGURATION #
|
||||
# ==============================================================================
|
||||
# Database type (SQLite, MySQL)
|
||||
database_type: SQLite
|
||||
# MySQL connection details
|
||||
mysql:
|
||||
host: localhost
|
||||
port: 3306
|
||||
database: dbName
|
||||
username: dbUser
|
||||
password: dbPass
|
||||
# Connection properties
|
||||
# HikariCP database connection properties, please refer to https://github.com/brettwooldridge/HikariCP#gear-configuration-knobs-baby for more information
|
||||
connection_properties:
|
||||
connection_timeout: 60000
|
||||
idle_timeout: 600000
|
||||
keep_alive_time: 0
|
||||
max_life_time: 1800000
|
||||
minimum_idle: 10
|
||||
maximum_pool_size: 10
|
||||
leak_detection_threshold: 0
|
||||
connection_test_query: "SELECT 1"
|
||||
character_encoding: "utf8"
|
||||
#===============================================================================
|
||||
# MODULES CONFIGURATION #
|
||||
# ==============================================================================
|
||||
# Enabling / Disabling of specific modules
|
||||
modules:
|
||||
tokens: true
|
||||
gems: true
|
||||
ranks: true
|
||||
prestiges: true
|
||||
multipliers: true
|
||||
enchants: true
|
||||
autosell: true
|
||||
autominer: true
|
||||
pickaxe_levels: true
|
||||
gangs: true
|
||||
mines: true
|
||||
history: true
|
||||
# Item migrator config
|
||||
item-migrator:
|
||||
enabled: true
|
||||
bind:
|
||||
join: true
|
||||
inventory: false
|
||||
#===============================================================================
|
||||
# SUPPORTED PICKAXES FOR UPC ENCHANTS #
|
||||
# ==============================================================================
|
||||
# List of supported pickaxes by UPC Enchants
|
||||
supported-pickaxes:
|
||||
- DIAMOND_PICKAXE
|
||||
#===============================================================================
|
||||
# COMMAND CONFIGURATION #
|
||||
# ==============================================================================
|
||||
main-command-aliases:
|
||||
- xprison
|
||||
- prison
|
||||
|
||||
#===============================================================================
|
||||
# ORIGINAL LICENSE #
|
||||
# ==============================================================================
|
||||
# MIT License
|
||||
|
||||
# Copyright (c) 2023 Bc. Ján Kluka
|
||||
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
ConfigVersion: 1.0; # DO NOT CHANGE THIS VALUE! IT WILL BREAK THE PLUGIN!
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue