i have a 8000 world size custom map and are wanting to add a oxide plugin to make it so i can run it on my server. the default only goes upto 6000, bmgjet has this hook to add into a plugin but im not sure how i execute the code with this hook to enable it . any help would be good :)
private void OnTerrainCreate(TerrainGenerator _terrain) { global::World.Size = 8000; ConVar.Server.worldsize = (int)8000; }