We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1afd94 commit 48d4121Copy full SHA for 48d4121
1 file changed
src/main/proto/mod_api.proto
@@ -94,11 +94,11 @@ message PlayerPermissions {
94
enum Mode {
95
PLAY = 0; // Play mode.
96
BUILD = 1; // Build mode.
97
- DEV = 2; // Dev mode.
98
- SPY = 3; // Code-spectate mode.
+ CODE = 2; // Dev (code) mode.
+ STALK = 3; // Code spectate (stalk) mode.
99
VANISH = 4; // Mod vanish mode.
100
- IDLE = 5; // Spawn mode.
101
- VERIFY = 6; // Bot check mode.
+ SPAWN = 5; // Spawn (idle) mode.
+ VERIFY = 6; // Account check (verify) mode.
102
}
103
104
// Sent when the player switches modes.
0 commit comments