mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-07-12 06:19:42 -04:00
fix: display motd on >1.21.1
This commit is contained in:
8
Gamemode.cs
Normal file
8
Gamemode.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
public enum Gamemode
|
||||
{
|
||||
survival,
|
||||
creative,
|
||||
adventure
|
||||
}
|
Reference in New Issue
Block a user