-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
53 lines (52 loc) · 2.57 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
############################################################
### ###
### FlatMe - Plot Plugin by Steven M. ###
### Sigmaroot Administration ###
### ###
### For updates, changelogs, issues and informations ###
### visit my GitHub-Repository: ###
### ###
### https://github.com/sigmaroot/FlatMe ###
### ###
############################################################
### Localization: text_**.yml ###
### Default: en ###
language: en
### Worldname for plotarea ###
### Default: world ###
world: world
### Radius of the plotarea (for each direction) ###
### Default: 3 ###
radius: 3
### Plotsize AxA blocks ###
### Default: 50 ###
plotSize: 50
### Level height of the running ways ###
### Default: 3 (FLAT WORLD) ###
levelHeight: 3
### Blocks per tick to handle with (1 tick = 1/20 sec) ###
### Be careful, this may result in lags ###
### Default: 1000 ###
maxBlocksPerTick: 1000
### Results to show on one page in lists ###
### Default: 5 ###
maxResultsPerPage: 5
### Maximum of plots for one user ###
### Players with permission flatme.moreplots are ###
### allowed to build more plots ###
### Default: 1 ###
plotsPerUser: 1
### Days until a plot expires ###
### Default: 60 ###
daysPerPlot: 60
### Costs to extend a plot ###
### Default: 1000 ###
extendCost: 1000
### Auto-update all plots 60 secs after server start ###
### Default: true ###
autoUpdate: true
### Delay in seconds befor a teleport is triggered ###
### Players with permission flatme.instantport are ###
### allowed to teleport instantly ###
### Default: 3 ###
portDelay: 3