04.06.2015, 10:32
Hi,
yesterday I made an automatic gamemode reloader for shoebill, which will reload your gamemode automatically when the file will change. This is very useful, because you don't have to restart your server manually or via the /rcon reload command. If you want to use this plugin, you need to open your resources.yml file and add this to the plugins section:
Now, it should look like this:
If you start the server the first time after editing the resources.yml, you need to make sure that you are not in offlineMode, because the server needs to download one artifact from repo.gtaun.net.
After the first start, the server should be running fine. When you recompile your gamemode now, the server will automatically restart.
Manual download: http://ci.gtaun.net/job/shoebill-gam...0-SNAPSHOT.jar
Source (GitHub): https://github.com/Shoebill/shoebill-gamemode-reloader
(This plugin was made for the project "Shoebill", and won't work with a normal pawn system or the normal SA-MP Server. https://sampforum.blast.hk/showthread.php?tid=397735)
yesterday I made an automatic gamemode reloader for shoebill, which will reload your gamemode automatically when the file will change. This is very useful, because you don't have to restart your server manually or via the /rcon reload command. If you want to use this plugin, you need to open your resources.yml file and add this to the plugins section:
Code:
- net.gtaun:shoebill-gamemode-reloader:1.0-SNAPSHOT
Code:
plugins: - net.gtaun:shoebill-gamemode-reloader:1.0-SNAPSHOT
After the first start, the server should be running fine. When you recompile your gamemode now, the server will automatically restart.
Manual download: http://ci.gtaun.net/job/shoebill-gam...0-SNAPSHOT.jar
Source (GitHub): https://github.com/Shoebill/shoebill-gamemode-reloader
(This plugin was made for the project "Shoebill", and won't work with a normal pawn system or the normal SA-MP Server. https://sampforum.blast.hk/showthread.php?tid=397735)