Administrator's Toolkit VS plugin
修订版 | 2ae15b606ca10abf1bea84c7aa64d6654380b399 (tree) |
---|---|
时间 | 2021-01-13 07:46:17 |
作者 | melchior <melchior@user...> |
Commiter | melchior |
Updated Readme with notes
@@ -110,7 +110,7 @@ VARIABLE SPAWNS | ||
110 | 110 | --------------- |
111 | 111 | |
112 | 112 | Lets admins define and have players spawn from a list of pre-defined coordinates. |
113 | -(chosen at random) | |
113 | +(chosen at random, equal weighting) | |
114 | 114 | |
115 | 115 | Config file setting: "VariableSpawnpoints" : set value to 'true' or 'false' (no quotes) |
116 | 116 |
@@ -130,3 +130,9 @@ Use command: | ||
130 | 130 | /spawnpoints enable |
131 | 131 | |
132 | 132 | /spawnpoints disable |
133 | + | |
134 | +NOTE: The spawn randomization code relies on a pre-set player group | |
135 | +in the 'admintoolkit.json' configuration file value : [PlayerRoleNormal]. | |
136 | + | |
137 | +This _MUST_ be correct - if your server uses a different role than "suplayer", set accordingly. | |
138 | +Only 1 role is supported for the Variable Spawns. | |
\ No newline at end of file |