• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Administrator's Toolkit VS plugin


Commit MetaInfo

修订版2ae15b606ca10abf1bea84c7aa64d6654380b399 (tree)
时间2021-01-13 07:46:17
作者melchior <melchior@user...>
Commitermelchior

Log Message

Updated Readme with notes

更改概述

差异

--- a/AdminToolkit/readme.md
+++ b/AdminToolkit/readme.md
@@ -110,7 +110,7 @@ VARIABLE SPAWNS
110110 ---------------
111111
112112 Lets admins define and have players spawn from a list of pre-defined coordinates.
113-(chosen at random)
113+(chosen at random, equal weighting)
114114
115115 Config file setting: "VariableSpawnpoints" : set value to 'true' or 'false' (no quotes)
116116
@@ -130,3 +130,9 @@ Use command:
130130 /spawnpoints enable
131131
132132 /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