User Tools

Site Tools


servers:bsd:games:2009scape_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:bsd:games:2009scape_localhost [2026/06/28 01:46] – [Initial Build] Sean Rhoneservers:bsd:games:2009scape_localhost [2026/07/05 10:29] (current) – [Settings] Sean Rhone
Line 3: Line 3:
   * 2009Scape Server   * 2009Scape Server
  
-  * :!: 2026/06/28: WIP+===== Media ===== 
 + 
 +  [[https://media.realmofespionage.xyz/index/category/3|Progress Pics]]
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 31: Line 33:
 ====== Initial Build ====== ====== Initial Build ======
  
-  * 5 minutes i5-8400H ((2026/06/28 ''03:15 min'' 4C8T))+  * ~5 minutes i5-8400H ((2026/06/28 ''02:57 min'' 4C8T))
  
   cd ~/'Projects/2009Scape-Server/src/Server' && JAVA_HOME='/usr/local/openjdk21' _JAVA_OPTIONS='--enable-native-access=ALL-UNNAMED' ~/'Projects/2009Scape-Server/src/Server/mvnw' --define 'skipTests' 'clean' 'package' --threads "$(nproc)" && cd -   cd ~/'Projects/2009Scape-Server/src/Server' && JAVA_HOME='/usr/local/openjdk21' _JAVA_OPTIONS='--enable-native-access=ALL-UNNAMED' ~/'Projects/2009Scape-Server/src/Server/mvnw' --define 'skipTests' 'clean' 'package' --threads "$(nproc)" && cd -
Line 37: Line 39:
 ====== Settings ====== ====== Settings ======
  
-  * Last commit: [[https://gitlab.com/2009scape/2009scape/-/commit/dfb53cfa03fff99374e60875e01a16f10d995749|November 252025]] ''dfb53cfa''+  * Last commit: [[https://gitlab.com/2009scape/2009scape/-/commit/afeffc1b98a565572c39d0aaeda925fbba6ab2aa|Jul 32026]] ''afeffc1b''
   * [[https://gitlab.com/2009scape/2009scape/-/commits/master/Server/worldprops/default.conf?ref_type=heads|New commits check]]   * [[https://gitlab.com/2009scape/2009scape/-/commits/master/Server/worldprops/default.conf?ref_type=heads|New commits check]]
   * [[https://gitlab.com/2009scape/2009scape/-/blob/master/Server/worldprops/default.conf?ref_type=heads|Upstream worldprops/default.conf]] ([[https://gitlab.com/2009scape/2009scape/-/raw/master/Server/worldprops/default.conf?ref_type=heads|raw]])   * [[https://gitlab.com/2009scape/2009scape/-/blob/master/Server/worldprops/default.conf?ref_type=heads|Upstream worldprops/default.conf]] ([[https://gitlab.com/2009scape/2009scape/-/raw/master/Server/worldprops/default.conf?ref_type=heads|raw]])
Line 57: Line 59:
 connectivity_check_url = "localhost" connectivity_check_url = "localhost"
 connectivity_timeout = 500 connectivity_timeout = 500
 +websocket_enabled = false
 +websocket_port = 0
 +websocket_tls_enabled = false
 +websocket_tls_keystore_path = ""
 +websocket_tls_keystore_password = ""
  
 [database] [database]
Line 86: Line 93:
 motw_identifier = "0" motw_identifier = "0"
 motw_text = "Welcome to your localhost server!" motw_text = "Welcome to your localhost server!"
-new_player_location = "2524,5002,0"+new_player_location = "3094,3107,0"
 home_location = "3222,3218,0" home_location = "3222,3218,0"
 autostock_ge = false autostock_ge = false
Line 115: Line 122:
 force_christmas_randoms = false force_christmas_randoms = false
 ######################################## ########################################
 +april_fools_event = false
 +force_april_fools = false
 runecrafting_formula_revision = 530 runecrafting_formula_revision = 530
 enhanced_deep_wilderness = false enhanced_deep_wilderness = false
Line 162: Line 171:
  
 java -jar ~/'Projects/2009Scape-Server/src/Server/target/server-'*'-jar-with-dependencies.jar' '../../conf/localhost.conf' java -jar ~/'Projects/2009Scape-Server/src/Server/target/server-'*'-jar-with-dependencies.jar' '../../conf/localhost.conf'
 +
 +unset 'JAVA_HOME' '_JAVA_OPTIONS'
 +cd '/tmp'
  
 # End</code> # End</code>
Line 181: Line 193:
 cd ~/'Projects/2009Scape-Server/src/Server' cd ~/'Projects/2009Scape-Server/src/Server'
  
-export JAVA_HOME='/usr/local/openjdk24+export JAVA_HOME='/usr/local/openjdk21
-export _JAVA_OPTIONS="--enable-native-access='ALL-UNNAMED' --sun-misc-unsafe-memory-access='allow'"+export _JAVA_OPTIONS="--enable-native-access='ALL-UNNAMED'"
  
-~/'Projects/2009Scape-Server/src/Server/mvnw' 'clean' 'package' -DskipTests+~/'Projects/2009Scape-Server/src/Server/mvnw' -D 'skipTests' 'clean' 'package' -T "$(nproc)" -q
  
 unset 'JAVA_HOME' '_JAVA_OPTIONS' unset 'JAVA_HOME' '_JAVA_OPTIONS'
/usr/local/www/wiki/data/attic/servers/bsd/games/2009scape_localhost.1782625599.txt.gz · Last modified: by Sean Rhone