xgamingserver.com
Open in
urlscan Pro
5.161.52.5
Public Scan
URL:
https://xgamingserver.com/blog/adding-an-op-admin-to-minecraft-server-using-ops-json-and-op-username/
Submission: On April 06 via manual from ES — Scanned from ES
Submission: On April 06 via manual from ES — Scanned from ES
Form analysis
4 forms found in the DOMGET https://xgamingserver.com/blog/
<form class="gridlove-search-form" action="https://xgamingserver.com/blog/" method="get"><input name="s" data-swplive="true" data-swpengine="default" data-swpconfig="default" type="text" value="" placeholder="Type here to search..."
autocomplete="off" aria-owns="searchwp_live_search_results_642ef7c6022ab" aria-autocomplete="both"
aria-label="When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."><button type="submit"
class="gridlove-button-search">Search</button></form>
GET https://xgamingserver.com/blog/
<form class="gridlove-search-form" action="https://xgamingserver.com/blog/" method="get"><input name="s" data-swplive="true" data-swpengine="default" data-swpconfig="default" type="text" value="" placeholder="Type here to search..."
autocomplete="off" aria-owns="searchwp_live_search_results_642ef7c697dad" aria-autocomplete="both"
aria-label="When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."><button type="submit"
class="gridlove-button-search">Search</button></form>
GET https://xgamingserver.com/blog/
<form class="gridlove-search-form" action="https://xgamingserver.com/blog/" method="get"><input name="s" data-swplive="true" data-swpengine="default" data-swpconfig="default" type="text" value="" placeholder="Type here to search..."
autocomplete="off" aria-owns="searchwp_live_search_results_642ef7c692ece" aria-autocomplete="both"
aria-label="When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."><button type="submit"
class="gridlove-button-search">Search</button></form>
POST https://xgamingserver.com/blog/wp-comments-post.php
<form action="https://xgamingserver.com/blog/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate="">
<p class="comment-form-comment"><label for="comment">Comment</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>
<p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required=""></p>
<p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" autocomplete="email" required=""></p>
<p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" autocomplete="url"></p>
<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time
I comment.</label></p>
<p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Submit Comment"> <input type="hidden" name="comment_post_ID" value="658" id="comment_post_ID">
<input type="hidden" name="comment_parent" id="comment_parent" value="0">
</p>
<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="83cc4286a3"></p>
<p style="display: none !important;"><label>Δ<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="1680799686011">
<script>
document.getElementById("ak_js_1").setAttribute("value", (new Date()).getTime());
</script>
</p>
</form>
Text Content
Dedicated Game Server Hosting | Docs * Home * Docs * Game Servers * Discord * Support * Client Area * * Search * Dedicated Game Server Hosting | Docs * Home * Docs * Game Servers * Discord * Support * Client Area * * Search * * * Search * FacebookTwitterRedditPinterestWhatsApp Minecraft ADDING AN OP/ADMIN TO MINECRAFT SERVER USING OPS.JSON AND OP USERNAME Xray Add comment ADDING OP(ADMIN) TO MINECRAFT SERVER In this guide, we will learn how to set a player as OP (admin) (add an admin to a minecraft server) This can be done in two ways METHOD 1 ADD A MINECRAFT SERVER ADMIN TO YOUR OPS.JSON FILE Step 1 First you’ll need to login to the dedicated minecraft panel Step 2 Select the file manager menu and create a file called ops.json You can also edit the ops file directly if needed. Note that there are two different ops files. The latest ops file (since 1.7.9) is named ops.json while the older style of ops file is named ops.txt. We’ll show both formats here. ops.json [ { "uuid": "UUID-goes-here", "name": "xadmin", "level": 4 }, { "uuid": "UUID-goes-here", "name": "Xgamingserver02", "level": 4 } ] Step 3 To set a user as admin, simply add their username to a new line, save the file, and restart your server. Step 3 Restart your server This will grant immediate admin access to the players you add, including access to all plugins. METHOD 2 ADD A MINECRAFT SERVER ADMIN USING OP USERNAME COMMAND This can be done in two ways Step 1 Login to the dedicatedminecraft control panel. Step 2 Select the Minecraft server that you want to add admin on and you’ll be met with a console window. Step 3 You’ll see the type command on the console and type op username and enter change the username to the username you’d like to make admin. This command will grant immediate admin access to the players you add, including access to all plugins (unless otherwise configured), you will not need to restart server. CUSTOMIZE ADMIN PERMISSIONS WITH PERMISSION PLUGIN All operators will have the same level of access to the server – you should install a permissions plugin to designate different access levels for your admins. Will require you to install a permissions plugin to designate different access levels for your admins.GroupManager or PermissionsEX USEFUL MINECRAFT SERVER ADMIN COMMANDS CommandPurposeConditionban <playername> [reason]Blacklists the name playername from the server so that they can no longer connect. Note: Bans supersede any whitelisting in place.Always succeeds.ban-ip <ip-address \| playername>Blacklists an IP address so that all subsequent connections from it are rejected.ip-address must be valid orplayername must be online.banlist [ips]Displays the banlist. To display banned IP addresses, use the command “banlist ips”Always succeeds.deop <playername>Revokes a player’s operator status.Always succeeds.kick <playername> [reason]Forcibly disconnects playername from the server, displaying an optionalreason to them.Playername must be online.listShows the names of all currently-connected players (the same can be achieved when pressing tab)Always succeeds, even in a command block.op <playername>Grants playername operator status on the server.Always succeedspardon <playername>Removes playername from the blacklist, allowing them to connect again.Always succeedspardon >Removes ip-address from the IP blacklist, allowing players from that IP address to connect to the server.ip-address must be valid.save-allForces the server to write all pending changes to the world to disk.Always succeedssave-offDisables the server writing to the world files. All changes will temporarily be queued.Always succeedssave-onEnables the server writing to the world files. This is the default behavior.Always succeedsstopGracefully shuts down the server.Always succeedswhitelist <add \| remove> <playername>Adds or removes playername from the whitelist.Always succeedswhitelist listDisplays all players in the whitelist.Always succeedswhitelist <on \| off>Enables/disables the server’s use of a whitelist. Note: Server ops will always be able to connect when the whitelist is active, even if their names do not appear in the whitelist.Always succeedswhitelist reloadReloads the list of playernames in white-list.txt from disk (used when white-list.txt has been modified outside of Minecraft).Always succeeds For more Minecraft Commands visit here. XRAY A Mathematician who knows a thing or two about Design. View all posts Best Minecraft Server Hosting How to Add Minecraft Server Icon ADD COMMENT CANCEL REPLY Comment Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Δ YOU MAY ALSO LIKE MinecraftPlugins & Mods HOW TO ALLOW ALL VERSIONS TO JOIN YOUR MINECRAFT SERVER In this article we will show you how to allow all versions of the game to be able to join... Youssef Ayman 105 views MinecraftPlugins & Mods HOW TO USE THE OLD COMBAT MECHANICS IN YOUR MINECRAFT SERVER Starting from Minecraft 1.9, the PVP mechanics have undergone modifications to become... Youssef Ayman 118 views Manage Minecraft serverMinecraft HOW TO DISABLE FALL DAMAGE ON YOUR MINECRAFT SERVER Fall damage can be a hindrance for players who want to focus on building and exploring this is why in this article we will show you how to disable fall damage on your server... Youssef Ayman 123 views OTHER DOCS * 7 Days to Die (11) * Ark Server (5) * Arma 3 (1) * Arma Reforger (1) * Assetto Corsa (1) * blog (7) * Core Keeper (3) * CSGO (1) * Discord Bot (1) * Euro Truck Simulator 2 (18) * Game Panel (5) * GMod (17) * JoE (1) * Manage Minecraft server (21) * Minecraft (75) * Manage Minecraft server (20) * Plugins & Mods (16) * Tips & Tricks (1) * Troubleshooting & Server Errors (3) * Mordhau (1) * Project Zomboid (14) * Risk of Rain 2 (5) * Rust (15) * Satisfactory (4) * Skyrim Together Reborn (3) * Sons Of The Forest (21) * Subnautica (2) * Terraria (7) * Unturned (1) * V Rising (9) * Valheim (18) JOIN US ON DISCORD Game Servers * 7 Days to Die * Terraria * Rust * Factorio * CS:GO * TF2 * Ark * GMod * Arma 3 * The Forest * Jaws Of Extinction * Subnautica * Veloren Game Servers * Mordhau * RageMP * alt:V * RedM * Teaspeak * Discord Bot * Dedicated Minecraft * Imposter(Amoung Us) * Crewlink(Amoung Us) * Valheim * Icarus * Don't Starve Together Support * myAccount * Contact Us * Control Panel * Server Uptime * About Us * Blog * Legal * Affiliate Program ©2020 XGamingSever - All rights reserved * Home * Docs * Game Servers * Discord * Support * Client Area ARCHIVES * April 2023 (5) * March 2023 (43) * February 2023 (37) * January 2023 (28) * December 2022 (2) * November 2022 (3) * August 2022 (1) * July 2022 (3) * May 2022 (12) * April 2022 (1) * March 2022 (4) * February 2022 (4) * January 2022 (29) * December 2021 (2) * November 2021 (1) * October 2021 (1) * September 2021 (14) * July 2021 (3) * May 2021 (20) * April 2021 (1) * March 2021 (19) * October 2020 (5) * September 2020 (3) * Home * Docs * Game Servers * Discord * Support * Client Area RECENT POSTS * How to allow all versions to join your Minecraft server * How to use the old combat mechanics in your Minecraft server * How to disable fall damage on your Minecraft server * How to disable the weather cycle in your Minecraft server * How to disable the day cycle in your Minecraft server