init
This commit is contained in:
commit
d8d0e9d536
2567 changed files with 167778 additions and 0 deletions
39
defaultconfigs/ftbessentials-server.snbt
Normal file
39
defaultconfigs/ftbessentials-server.snbt
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Default config file that will be copied to world's serverconfig/ftbessentials.snbt location
|
||||
# Copy values you wish to override in here
|
||||
# Example:
|
||||
#
|
||||
# {
|
||||
# misc: {
|
||||
# enderchest: {
|
||||
# enabled: false
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
{
|
||||
teleportation: {
|
||||
# Allows users to set 'homes', which they can then freely teleport to by using /home afterwards
|
||||
home: {
|
||||
# Cooldown between /home commands (in seconds)
|
||||
# You can override this with FTB Ranks using ftbessentials.home.cooldown
|
||||
# Default: 10
|
||||
# Range: 0 ~ 604800
|
||||
cooldown: 0
|
||||
|
||||
# Default: true
|
||||
enabled: true
|
||||
|
||||
# Max amount of homes a user can have.
|
||||
# You can override this with FTB Ranks using ftbessentials.home.max
|
||||
# Default: 1
|
||||
# Range: 0 ~ 2147483647
|
||||
max: 10
|
||||
|
||||
# Warm-up time before /home command executes (in seconds)
|
||||
# You can override this with FTB Ranks using ftbessentials.home.warmup
|
||||
# Default: 0
|
||||
# Range: 0 ~ 604800
|
||||
warmup: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue