This unique plugin will allow you to limit the time spent by players in a specific world. For example, if your players on a survival server want plots. You can say ok as long as they don't sit on the plots all the time because that would destroy the sense of the survival mode. And that's where this plug comes in handy. When the time limit is reached, the player will be teleported to another location. In the configuration file, we define the cooldown time of used time in a specific world.
Avaible languages: EN, PL
Database supported: MySQL
BossBar
bStats
After installing the plugin in the folder plugins/RemainingTimePerWorld/ you will create:
1.
Langs/ - Contains language files:
EN.yml, PL.yml
2.
Config.yml - Default configuration file
Default config file:
Code (YAML):
Config:
Database
:
#Avaible type: MySQL / SQL
type
: SQL
host
: localhost
base
: baseName
user
: root
pass
: pass
port
: 3306
language
: EN
bossBarEnabled
: true
Worlds:
PlotWorld:
timeLimitInWorldInSec
: 7200
resetTimeLimitAlwaysAt
: '00:00:00'
afterLimitReachedTeleportToLoc:
world
: 'world'
x
: 0
y
: 126
z
: 0
pitch
: 0
yaw
: 0
PlotWorld2:
timeLimitInWorldInSec
: 3600
resetTimeLimitAlwaysAt
: '16:00:00'
afterLimitReachedTeleportToLoc:
world
: 'world'
x
: 0
y
: 126
z
: 0
pitch
: 0
yaw
: 0
/RemainingTimePerWorld help - Displays help
/RemainingTimePerWorld renewPlayerTime <username> [worldName] [time] - Renew player time at all/custom world with default/enter time
/RemainingTimePerWorld renewPlayersTimeInWorld <worldName> [time] - Renew or set remaining time to all players from custom world
/RemainingTimePerWorld addTime <username> <worldName> <time> - Add remaining time to the player at custom world
/RemainingTimePerWorld removeTime <username> <worldName> <time> - Remove remaining time from the player at custom world
-
RemainingTimePerWorld.admin - Access to admin commands
Terms of Service
- You are allowed to use the plugin on multiple servers, provided that all of these servers belong to you.
- You may not redistribute or re-sell the plugin; doing so will result in your access to the plugin and future updates being revoked permanently.
- You may not file a dispute or chargeback via PayPal or any payment processor; doing so will result in your access to the plugin and future updates being revoked permanently.