CyberdyneCC / Thermos

(NO LONGER DEVELOPED) Minecraft Forge Server Software implementing the Spigot/Bukkit API, formerly known as Cauldron/MCPC
http://cyberdynecc.github.io/Thermos/
GNU General Public License v3.0
258 stars 185 forks source link

Allow use of /restart on windows servers #561

Closed Martmists-GH closed 7 years ago

Martmists-GH commented 7 years ago

The name of the restart script is defined as start.sh right here. However, this only works on Mac and Linux. (And Linux subsystem on windows but not everyone uses windows 10 for their servers) Please adjust this so it will use start.bat instead on windows platforms.

Time6628 commented 7 years ago

Or, you could change it yourself in the config file(spigot.yml). Also, it's best not to use /restart as it can cause problems.

Martmists-GH commented 7 years ago

Thermos did not generate a spigot.yml for me. I'll make one I guess

sameer commented 7 years ago

https://github.com/CyberdyneCC/ThermosServer has the spigot.yml configuration and a launch.bat which should work fine.