User Tools

Site Tools


servers:windows:games:void_localhost

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:windows:games:void_localhost [2026/05/30 19:09] Sean Rhoneservers:windows:games:void_localhost [2026/07/15 22:23] (current) – [Check] Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Void Server ((https://github.com/GregHib/void)) +  * Void Server
- +
-===== Resources ===== +
- +
-  * [[https://rune-server.org/threads/void-634.697260/|Rune-Server]] +
-  * [[https://github.com/GregHib/void/wiki|Wiki]]+
  
 ===== Media ===== ===== Media =====
  
   * [[https://media.realmofespionage.xyz/index/category/42|Progress Pics]]   * [[https://media.realmofespionage.xyz/index/category/42|Progress Pics]]
 +  * [[https://www.youtube.com/watch?v=h2_1dtDDiPE|Admin Test Video]]
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 62: Line 58:
 ====== Settings ====== ====== Settings ======
  
-  * Last commit: [[https://github.com/GregHib/void/commit/a543a8b41fc8f16394fd98c57fa5ef4c2375e98c|May 10, 2026]] ''a543a8b''+  * Last commit: [[https://github.com/GregHib/void/commit/69ec49a5aa79aa3dd821dedd2278de67db8baa0d|Jul 11, 2026]] ''69ec49a''
   * [[https://github.com/GregHib/void/commits/main/game/src/main/resources/game.properties|New commits check]]   * [[https://github.com/GregHib/void/commits/main/game/src/main/resources/game.properties|New commits check]]
   * [[https://github.com/GregHib/void/blob/main/game/src/main/resources/game.properties|Upstream Settings]] ([[https://raw.githubusercontent.com/GregHib/void/refs/heads/main/game/src/main/resources/game.properties|raw]])   * [[https://github.com/GregHib/void/blob/main/game/src/main/resources/game.properties|Upstream Settings]] ([[https://raw.githubusercontent.com/GregHib/void/refs/heads/main/game/src/main/resources/game.properties|raw]])
Line 78: Line 74:
 '/usr/bin/sed' -i -e 's/server.live=false/server.live=true/g' ~/'Projects/Void-Server/src/game.properties' '/usr/bin/sed' -i -e 's/server.live=false/server.live=true/g' ~/'Projects/Void-Server/src/game.properties'
 '/usr/bin/sed' -i -e 's/development.admin.name=Greg/development.admin.name=Test/g' ~/'Projects/Void-Server/src/game.properties' '/usr/bin/sed' -i -e 's/development.admin.name=Greg/development.admin.name=Test/g' ~/'Projects/Void-Server/src/game.properties'
 +'/usr/bin/sed' -i -e 's/world.players.max=2048/world.players.max=3/g' ~/'Projects/Void-Server/src/game.properties'
 +'/usr/bin/sed' -i -e 's/strongholdOfSecurity.quiz.complete=false/strongholdOfSecurity.quiz.complete=true/g' ~/'Projects/Void-Server/src/game.properties'
 '/usr/bin/sed' -i -e 's/grandExchange.enabled=true/grandExchange.enabled=false/g' ~/'Projects/Void-Server/src/game.properties' '/usr/bin/sed' -i -e 's/grandExchange.enabled=true/grandExchange.enabled=false/g' ~/'Projects/Void-Server/src/game.properties'
 '/usr/bin/sed' -i -e 's/bots.count=30/bots.count=0/g' ~/'Projects/Void-Server/src/game.properties' '/usr/bin/sed' -i -e 's/bots.count=30/bots.count=0/g' ~/'Projects/Void-Server/src/game.properties'
Line 88: Line 86:
 ===== Check ===== ===== Check =====
  
-  "%SystemRoot%\System32\findstr.exe" "server.name server.live development.admin.name world.experienceRate=1.0 grandExchange.enabled bots.count storage.players.logs.seconds" "%UserProfile%\Projects\Void-Server\src\game.properties"+  "%SystemRoot%\System32\findstr.exe" "server.name server.live development.admin.name world.experienceRate=1.0 events.bonusExperience.enabled=false world.players.max strongholdOfSecurity.quiz.complete grandExchange.enabled bots.count storage.players.logs.seconds" "%UserProfile%\Projects\Void-Server\src\game.properties"
  
   "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Projects\Void-Server\src\game.properties"   "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Projects\Void-Server\src\game.properties"
Line 107: Line 105:
 CD "%Temp%" CD "%Temp%"
  
-START "Void Server" /MIN /D "%UserProfile%\Projects\Void-Server\src" "%JAVA_HOME%\bin\java.exe" -jar "%UserProfile%\Projects\Void-Server\src\game\build\libs\void-server-dev.jar"+START "Void Server" /D "%UserProfile%\Projects\Void-Server\src" "%JAVA_HOME%\bin\java.exe" -jar "%UserProfile%\Projects\Void-Server\src\game\build\libs\void-server-dev.jar"
  
 :: End</code> :: End</code>
Line 174: Line 172:
  
 ===== Start Menu ===== ===== Start Menu =====
- 
-**** 
  
   MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Void" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Void"   MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Void" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Void"
Line 220: Line 216:
  
 ===== Hide Gradle Folder ===== ===== Hide Gradle Folder =====
- 
-**** 
  
   "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.gradle"   "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.gradle"
  
/usr/local/www/wiki/data/attic/servers/windows/games/void_localhost.1780182558.txt.gz · Last modified: by Sean Rhone