-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ahmad Saleem edited this page Sep 4, 2026
·
4 revisions
skNetwork shares Skript variables and scripts between every server on a BungeeCord or
Velocity network. Put a ? in front of a variable name and it's live everywhere.
# on the lobby
set {?coins::%player%} to 100
# on survival, no extra code
send "You have %{?coins::%player%}% coins"Reading costs nothing. Your server answers from its own copy. Only writes go to the proxy.

- Setup: install both halves and connect them.
- Network variables: reading, writing, lists, naming.
- Atomic changes: counting and spending safely.
- Sync and events: startup rules and the two events.
-
Script sharing: push
.skfiles from the proxy.
- Configuration: every option in both configs, plus the commands.
- Examples: full scripts you can copy.
- Limitations: what skNetwork can't do.
Guides
Reference