This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only. | |
endpoint_add_tcp "0.0.0.0:30120" | |
endpoint_add_udp "0.0.0.0:30120" | |
# These resources will start by default. | |
ensure mapmanager | |
ensure chat | |
ensure spawnmanager | |
ensure sessionmanager | |
ensure basic-gamemode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Test | |
{ | |
public class MyClass | |
{ | |
public static void OnTick() | |
{ | |
// Do something | |
} | |
} | |
} |