This guide covers admin setup, console commands, player management, and plugin support for your Rising World dedicated server on Legion Hosting. For initial server setup and configuration, see our Rising World Server Setup Guide.
Admin Setup
Rising World uses a permissions-based admin system. Admins are defined in the server's configuration files and can be granted different levels of access. To set up admin accounts:
- Stop your server in GPanel
- Open the File Manager and navigate to the server root directory
- Open the
permissions.cfgfile (oradmins.cfgdepending on your version) - Add the player's Steam64 ID to the admin list
- Save the file and restart the server
Permissions File Format
# permissions.cfg
# Format: steam64id=permission_group
76561198000000001=admin
76561198000000002=moderator
Permission Groups
Rising World supports multiple permission groups that can be customized. The default groups are:
| Group | Capabilities |
|---|---|
| admin | Full access to all commands, player management, world editing, and server configuration |
| moderator | Player management (kick, ban, mute), teleportation, and basic world commands |
| player | Default group for all connected players with standard gameplay permissions |
| visitor | Restricted group with limited build and interaction permissions |
Console Commands
Server console commands can be entered directly in the GPanel console or in-game by admins using the chat window (press Enter or / to open chat, then type the command). Below are the most commonly used commands.
Server Management
| Command | Description |
|---|---|
help |
Lists all available console commands |
save |
Forces an immediate world save |
shutdown |
Saves the world and gracefully shuts down the server |
status |
Displays server status including player count, uptime, and memory usage |
broadcast <message> |
Sends a message to all connected players |
weather <type> |
Changes weather (clear, rain, snow, storm) |
time <value> |
Sets the in-game time (0-24, e.g., time 12 for noon) |
Player Management
| Command | Description |
|---|---|
players |
Lists all connected players with their Steam IDs |
kick <player> [reason] |
Kicks a player from the server with an optional reason |
ban <player> [reason] |
Permanently bans a player from the server |
unban <player> |
Removes a ban for the specified player |
banlist |
Shows all currently banned players |
tp <player1> <player2> |
Teleports player1 to player2's location |
tppos <player> <x> <y> <z> |
Teleports a player to specific world coordinates |
mute <player> |
Prevents a player from sending chat messages |
unmute <player> |
Restores a muted player's chat privileges |
World Management
Admins can manipulate the game world through console commands and in-game tools.
| Command | Description |
|---|---|
setspawn |
Sets the world spawn point to the admin's current position |
setweather <type> |
Permanently changes the weather type until changed again |
give <player> <item> [amount] |
Gives an item to a player (use item IDs or names) |
setgamemode <player> <mode> |
Sets a player's game mode (survival, creative) |
settime <hours> |
Sets the in-game time of day (0-24) |
Plugin Support
Rising World supports server-side plugins written in Java. Plugins can add custom commands, gameplay mechanics, economy systems, and more. To install plugins:
- Download the plugin
.jarfile from the Rising World plugin forums or community sites - Connect to your server via SFTP
- Upload the
.jarfile to theplugins/directory in your server root - Restart the server through GPanel
- The plugin will load automatically and create its configuration files in a subfolder within
plugins/
Popular Plugin Categories
- Protection — Area protection and anti-grief systems to safeguard player builds
- Economy — In-game currency, shops, and trading systems
- Teleportation — Home points, warps, and teleportation networks
- Chat — Chat formatting, channels, and moderation tools
- World Management — World editing, terrain tools, and building utilities
Troubleshooting
| Issue | Solution |
|---|---|
| Commands not working in chat | Verify your Steam64 ID is correctly added to permissions.cfg with the admin group. Restart the server after editing the file. |
| Plugin fails to load | Check the server console for error messages. Ensure the plugin version matches your Rising World version. Remove the plugin and restart if it causes crashes. |
| Players cannot connect after ban changes | Ensure the ban list file is not corrupted. Try using the unban command from the server console instead of editing the file manually. |
| Permission changes not taking effect | Stop the server completely, edit the file, then restart. Some permission changes are not picked up with a simple reload. |
Related Articles
- Rising World Server Setup Guide
- How to Find Your Server IP and Port
- How to Upload Files via SFTP
- Getting Started with Your New Server
Need Help?
If you are experiencing issues with your Rising World server or need further assistance, our support team is here to help. Submit a support ticket and we will get back to you as soon as possible.