What command to give to the admin panel in Minecraft. How to give an admin account in Minecraft, how to use it and how to take it away? How to add an open house to samp

Landscape design and planning 03.07.2020
Landscape design and planning

First of all, the player who installed the server is wondering how to register an admin panel on his server? And no matter what the game, the essence of the admin panel is the same.

How to transfer the admin panel in KSS and CS GO to the server via FTP?

Adding yourself as an administrator in Sourcemod is actually easier than you think.

1. Write down your SteamID, you will need it later. ()
2. You need access to FTP in the server configurations. (You can find it on the hosting)

3. Go to FTP and connect to your CSS or CS:GO server. (Enter your FTP data into the program)

4. After connecting, go to addons -> sourcemod -> configs (addons/sourcemod/configs), then find admins_simple.ini in the drop-down menu, right-click on the file and select View/Edit. (If you have a notepad open, then download it to your computer and open it via Notepad++).



5. Scroll down and then write "STEAM_1:0:149040462" "99:z" "" (replacing SteamID X with your id).
6. Click “Save” and restart the server (or change the card).

Two slashes (//) disable the admin panel

Examples of registered admin panels:

"STEAM_1:0:222564719" "99:bcdj" "" // Trump
"STEAM_1:1:51754003" "99:abcdefgjk" "" // Morty
"STEAM_1:0:93806243" "99:z" "" // Kisa

If you followed the steps above, you would need to assign maximum amount privileges (99 immunity, flag Z - root) for your Steam account.

To make sure that access has been granted, connect to the server, open the console and write the command “sm_admin” command or “!admin” in the chat, without quotes. The admin menu will open.

You can bind the menu so that you don’t have to write a command in the chat every time. To bind, write bind p sm_admin in the console, instead of p you can use any button. You can unbind the button with the following command: unbind p.

To add administrators to the server, you must use either the "File Manager" from the Server Control Panel:
1. Find the ops.txt file and edit it.
2. Enter our gaming nickname (from a new line), under which we play on the server.
3. Save the document and restart the server.

The second way to add an administrator is through the server console (from the Control Panel):
1. Go to home page server control panel.
2. Open the console and enter the command:
op your_nickname
Example:
op test
3. Done, you have full administrator rights.

Useful plugins for administrators

PermissionsEx
PermissionsEX (PEX) is a plugin for Bukkit that allows you to easily differentiate the powers of players on the server. Has built-in Modifyworld add-ons, which makes it possible to define what players can and cannot change in game world, as well as ChatManager, with which you can divide the chat into local and global, colorize player nicknames and add prefixes and suffixes to them.

Installation:
1. Download the plugin from the official website for our version of bukkit.
2. Place PermissionsEX.jar, Modifyworld.jar, ChatManager.jar in the plugins/ folder on the server.
3. Restart the server.

Setting:
1. Using FTP access or a file manager, open the permissions.yml file at plugins/PermissionsEx. Edit using any text editor.
2. After opening we see:
groups: default: default: true permissions: - modifyworld.*
3. These lines mean the following:
groups:- indicates that groups and their rights will appear below.
default:- the name of the group where all players who have just joined the server go, if they are not registered in other groups. You can change this name to whatever you want.
default: true- a parameter that sets the group as the default group. That is, any player for whom other groups and/or exceptions are not defined will have all the rights of this group.
permissions:- everything that goes below is the “rights” themselves for the group; here you need to enter permissions from various plugins installed on your server. A value of null means that the group/player does not have any rights.
- modifyworld.*- the ability to “modify” the world.
4. An example of how this file can be edited:
groups: default: default: true permissions: - modifyworld.* Admins: default: false inheritance: - default permissions: - "*" users: 1GAMEuser: group: - Admins options: rank: "1" permissions:

Here we have added new group Admins, as well as rights for an individual player 1GAMEuser:.
default: false- means that this group is not a default group.
inheritance:- a parameter with which you can set the inheritance of rights of a certain group, in in this case- this is the default group. This means that you do not have to once again register the rights of the default group for the Admins group.
Star ("*") means that the group/player has absolutely all rights to all plugins installed on the server.
users:- means that the rights of individual players come below.
1GAMEuser:- the name of the player for whom individual rights are configured.
group:Admins- indicates that the player is a member of the Admins group
rank:- player rank.

CommandBook
CommandBook is a plugin with additional commands that expands the administrator's capabilities.

Installation:
1. Download the plugin from the official website.
2. Extract the files from the archive and place CommandBook.jar in the plugins/ folder on the server using .
3. Restart the server.

Plugin commands:

Basic:

Team Arguments Description Rights in the premissions plugin
/item
/i
[-d] [:data]> Gives you the specified item (added to inventory, -d for drop). You can configure access rights for each object individually by setting up blacklist, whitelist and rights for each item.
  • commandbook.give
/give [-d] [:data]> Gives you or other players an item (added to inventory, -d for drop). You can configure access rights for each object individually by setting up blacklist, whitelist and rights for each item.
  • commandbook.give
  • commandbook.give.other (the ability to give items to others)
  • commandbook.give.infinite (for the ability to specify quantity -1)
  • commandbook.give.stacks (to increase the number beyond 64)
  • commandbook.give.stacks.unlimited (to increase the number above 5 stacks)
/more [-a] [-i] Replenishes the stack you are holding up to 64 items.
  • -a for everything you have in your inventory
  • -i to create unlimited stacks
  • commandbook.more
  • commandbook.more.infinite
/who/list List players online.
  • commandbook.who
/motd Show The Message Of The Day.
  • commandbook.motd
/intro Plays the intro.mid file of the server.
  • commandbook.intro
/midi Plays a MIDI file
  • commandbook.midi
/rules Shows rules
  • commandbook.rules
/kit Displays a list of sets available to the player
  • commandbook.kit.list
/kit Get the set.
  • commandbook.kit.kits. (eg commandbook.kit.kits.starter)
/setspawn place Sets the spawn point.
  • commandbook.setspawn
/time /time now Shows the current time.
  • commandbook.time.check
/time -l now Stop time.
  • commandbook.time
  • commandbook.time.lock
/spawnmob [-d] [-i] [-r] [-p] [ Create one or more mobs. The mob's name may be partially the same. If you enter an incorrect mob name, a list of valid names will be displayed.
  • -d mob will appear with 1 hp
  • -i the mob will appear burning
  • -r the mob will appear flying up into the air
  • -p creepers will appear charged.
  • commandbook.spawnmob
  • commandbook.spawnmob.many (spawn more than 10 mobs at a time)
  • commandbook.spawnmob. (permissions for each mob, for example, commandbook.spawnmob.PigZombie)
/weather <"stormy"|"sunny"> Change the weather. The duration is specified in seconds. The weather is set all over the world at once.
  • commandbook.weather
/thunder <"on"|"off"> Change the states of thunder and lightning. The duration is specified in seconds. There won't be thunder unless it's a thunderstorm.
  • commandbook.weather.thunder
/biome Shows the name of the biome in which the player is located.
  • commandbook.biome
  • commandbook.biome.other
Teleportations:
/spawn Teleport to the spawn point.
  • commandbook.spawn
/teleport/tp Teleport to the specified point. You can teleport to the specified coordinates like this: /tp x,y,z
  • commandbook.teleport
  • commandbook.teleport.other (teleport others)
  • commandbook.locations.coords (teleport by coordinates)
/bring/tphere Teleport another player to you.
  • commandbook.teleport.other
/place /put Teleport another player to where you are looking.
  • commandbook.teleport.other
/return /ret Return to your previous location.
  • commandbook.return
/call Request someone to teleport.
  • commandbook.call

Communication
/broadcast Broadcast a message to all players on the server.
  • commandbook.broadcast
/say Send a message.
  • commandbook.say
/me Send an "action" message.
  • commandbook.say.me
/msg/message Send a message to the player (or to the console if "!" is used).
  • commandbook.msg
/reply /r Reply to the last message.
  • commandbook.msg
/mute Mute the specified player (disable the ability to write in chat).
  • commandbook.mute
/unmute Unmute the specified player.
  • commandbook.mute
/afk Sets you to AFK status, if another player uses /msg while you are away, they will be alerted to your status. /afk again takes you out of AFK status.
  • commandbook.away

Interaction with players
/whereami/getpos Determine your current location.
  • commandbook.whereami
  • commandbook.whereami.compass
/compass Determine the current direction.
  • commandbook.whereami.compass
/clear [-a] [-s] Clears your inventory or the inventory of another player on the server.
  • -a clear all slots (armor and belt too)
  • -s clear only one slot
  • commandbook.clear
  • commandbook.clear.other
/slap [-h|-v] [-d] [-s] Hit a player.
  • -h - hit hard, -v - hit very hard
  • -d - reduce health to 1 hp
  • commandbook.slap
  • commandbook.slap.other (slap others)
/slay [-s] Kill a player.
  • -s - do this without sending a notification to the chat
  • commandbook.slay
  • commandbook.slay.other
/rocket [-h] [-s] Toss a player.
  • -h - throw up hard
  • -s - do this without sending a notification to the chat
  • commandbook.rocket
  • commandbook.rocket.other (rocket of others)
/barrage [-s] Attack a player with a volley of arrows.
  • -s - do this without sending a notification to the chat
  • commandbook.barrage
  • commandbook.barrage.other (fire at others)
/firebarrage [-s] Attack the player with a barrage of fireballs.
  • -s - do this without sending a notification to the chat
  • commandbook.firebarrage
  • commandbook.firebarrage.other
/shock [-s] [-k] [-a] Strike a player with lightning.
  • -s - do this without sending a notification to the chat
  • -k - lower the player's health level to 0, and, as a result, kill him
  • -a - increases the radius of damage from a blow
  • commandbook.shock
  • commandbook.shock.other (to hit others)
/thor Give Thor's Hammer. LMB with a pickaxe in hand will strike a block with lightning at gunpoint. Accompanied by thunder and arson, be careful. You can shoot lightning into the sky, into the Void, and into anything at all.
  • commandbook.thor
/unthor Take Thor's Hammer.
  • commandbook.thor
  • commandbook.thor.other (give others the ability to use Thor's Hammer)
/gamemode Sets the player's game mode. Real time survival, creative and adventurous.
  • commandbook.gamemode
  • commandbook.gamemode.change
  • commandbook.gamemode.change.other
  • commandbook.gamemode.check
  • commandbook.gamemode.check.other
/heal [-s] Heals you or another player.
  • commandbook.heal
  • commandbook.heal.other

Bans
/kick [cause...] "Kicks" the player from the server.
  • commandbook.kick
/ban [-e] [reason...] Ban a player.
  • If you want to specify the exact player name, use -e - CommandBook will not try to find other player name matches on the server.
  • commandbook.bans.ban
/unban [cause...] Unban a player.
  • commandbook.bans.unban
/isbanned Check if the player is banned.
  • commandbook.bans.isbanned
/bans load Loads a list of bans from disk.
  • commandbook.bans.load
/bans save Saves the list of bans to disk.
  • commandbook.bans.save


XAuth

xAuth is a plugin running Bukkit that creates server-side registration for users. Used on servers with offline mode (without checking a premium account).

Installation:

1. Download the plugin from the official website.
2. Move it to the server plugins folder.
3. Set up Permissions.

Peculiarities:

  • Before registering/login, players cannot:
    • Write to chat, interact with mobs, drops, levers, etc.
    • Remove/install blocks.
    • Receive/deal damage.
  • Security Inventory.
  • Setting your messages and settings.
  • Request for a password after server restart.
  • Kick if the player does not enter after a certain time.
  • Permissions and assistance.
  • Kick or temporary ban of a player's IP address if the player makes many attempts to join
Teams:

Tags: none

Playing single player games has long gone out of fashion. Technologies allow you to create servers and gather on them with friends. Cooperative games are gradually conquering the market. Most Minecraft, CSS, SAMP, Rust players have thought about creating their own game server. But after creation, they encountered an unexpected problem, because they did not know how to make themselves an admin on their server.

Administrator functions can be assigned to any player. But, as a rule, they create servers in order to have advanced capabilities and special privileges. Moreover, in some games, transferring admin rights is a big responsibility. The popularity of the server directly depends on its behavior. Therefore, the creator prefers to perform the role of chief administrator independently.

How to make yourself an admin on your server

This question is asked by every player who has created his own resource on the Internet. Most new games have this feature added to the interface to make things easier. But not everyone has the opportunity or desire to move into the newest products in the gaming industry. Some people don't like it new engine. Some people don't want to constantly update their computer because it's too expensive.

There is a way out - play old popular games. There are a lot of people doing this, so you definitely won’t be bored alone. How to make yourself an admin on your server? In this article you will find detailed information which will help you solve your problem step by step. The following are a number of popular games in which difficulties arise when obtaining administrator rights.

Minecraft

Any server of this game must have an administrator who performs several functions: chat moderation, installation and configuration of new plugins for a comfortable game, improvement of the game world.

For a person who is unfamiliar with console commands, there is a problem with obtaining admin rights. Here step-by-step instruction, which will help you figure out how to make yourself the main admin on your server in Minecraft.

First way

  • In Minecraft, launch the server console.
  • In the window that opens, enter the op user command. Instead of user, enter your game nickname.
  • After this operation you will receive all rights.

Second way

There is another way to make yourself an admin.

  • Install the PermissionsEx plugin.
  • In it, create the “Administrators” group and add yourself there.

Both methods work, but the first is the easiest to implement.

Counter-Strike: Source

About the need for an administrator on the servers of this game, we can only say that they must be there. With their help, you can quickly get rid of annoying and inappropriate players, cheaters who are just standing there. If you urgently need to change your card, the admin will also help.

As a rule, they themselves do not play so often, but they constantly interfere with the gameplay. Not everyone knows how to make yourself an admin on your server in CSS v34. This instruction contains two methods and will help you get necessary rights.

First method: via IP address and Steam

  • Go to the server folder and find the admins_simple.ini file.
  • Open it with notepad.
  • At the very bottom write "!85.123.244.15" "99:z". Inside the first quotes should be your IP address. Leave the second ones unchanged. It contains a command that grants administrator rights.
  • Save the file and restart the server. In the console write sm_admin. After this, the administrator menu will open.
  • Add Steam. To do this, in the same admins_simple.ini file, add "STEAM_0:0:1525364413" "bce". Instead of the numbers in the first quotes, insert your Steam number. Don't change the second part.

Second method: through the player's nickname

Besides this, there is another method. In it, rights are issued by nickname in the game. This is done by analogy and just as easily.

  • Open the admins_simple.ini file.
  • At the end write “your nickname” “abc” “your password”. The second quotes are unchanged, the first and third are in accordance with your data.
  • In the folder with configuration files, find and open core.cfg. It contains the line "PassInfoVar" "_password". Change the content of the second quotes to "_pw". Save and restart the server.
  • Log into the game and write setinfo "_pw" "your password" in the console. Enter this every time you log in. After that, write sm_admin on the server. An admin window will appear confirming your rights.

After reading both options, you learned how to make yourself an admin in KSS v34 on your server. It turned out that it is not so difficult.

SAMP

We can safely say that the level of independent content regulation in SAMP is one of the highest. Server owners determine what players need to promote and what events they can expect in the near future.

But the game is quite old and does not have built-in multiplayer functionality. Therefore, the question of how to make yourself an admin on your server in SAMP is quite logical. This short instruction describes two methods step by step.

First way

  • Log in to the rCon admin panel. To do this, use the /rcon login command.
  • After authorization, access to all commands is available. Write /adminpass . Give yourself the necessary admin rights.

Second way

  • In the game directory, open the scriptfiles folder. In it you need to find a text file named by your nickname. This Account, which stores the settings.
  • Open and change the Administrator value line. Save the file and re-enter the game.

As you can see, getting admin rights was very easy. The second method may seem a little more complicated, but it is more effective and does not require knowledge of the rCon plugin.

Rust

Many people know that Rust is popular in multiplayer mode. Despite this, the developers have not yet introduced support for setting up a server within the game. Accordingly, craftsmen use independently configured plugins that allow them to set the level of rights for each player.

But the solution is not entirely safe. To gain administrator capabilities, you need to provide a password for rCon, which is the same as the password for the entire server. Therefore, only very trusted people with whom the owner knows personally are appointed administrators. If you want to learn how to make yourself an admin on your server in Rust, then read these instructions:

  • Open the console and log in with your rCon password.
  • Add a new administrator with the command: /addadmin “nickname”.
  • Give him rights with the command: /setflag "administrator's nickname" "team name". Here are the commands: god - activate or disable immortality mode; give - give out an item; kill - kill another player; tp - player teleportation.

The selected player now has the assigned rights. It is not at all necessary to tell him the server password, which increases security. All these commands can be done for your character, so as not to constantly enter your login information.

Conclusion

To summarize, we can say that getting administrator rights on the servers of the most popular games is not that difficult. This article presented the simplest and most well-known methods that will help you learn how to make yourself an admin on your server, even if you don’t understand it. This is quite in demand now, due to the end of support for some games or the lack of the ability to create and manage servers directly in the game.

Following simple tips presented in this article, you can easily grant administrator rights not only to yourself, but also to another user, if the need arises. Some people even manage to make money by being administrators on their servers. Owners of large and well-promoted servers, where many people play, receive very substantial money. They make money mainly by selling certain features to players. That is, in order to get administrator rights for a month, the owner needs to pay a small amount. To turn your server into a source of income, you will need more competent and detailed configuration, as well as round-the-clock support. But for a regular game with friends, the recommendations suggested above are quite enough.

If you just bought an admin panel on one of the servers, then you need to learn a few commands that an admin should know. The sailor is with you and now I’ll tell you how to give and take away admin in minecraft.

Server Creator Commands

If you are a simple administrator and want to give or take away admin rights, then you will not succeed. This command is owned only by the server creator. If you want to know the commands available to you, I advise you to go to our forum and find an article on this topic.

So. If you are the owner of the server and bought an admin panel from you, then you can issue it with a command. Having opened the chat, press the “t” button and write /op the player’s nickname. But there are times when the admin begins to behave inappropriately towards the players. Or, for example, it was hacked. In this case, he certainly needs to be removed from this post. For this there is a command "/deop nickname". It is entered, like all other commands, into the chat.

If you want to learn even more commands that you can use, then welcome to our forum. Our editors will answer all your questions. Also, don’t forget to visit our store, because there you can find a bunch of products at a very low price!


Hello again everyone! On this day and in this guide I decided to write commands for the administrator on my server in the game Minecraft. After all, with the help of administrator commands you can do many things useful tips— move another player to another, give out resources, etc.

First, just in case, I’ll remind you for those who have just created their own server in Minecraft: to become an admin on your server, you will need to write on behalf of the server:

That is, you must write /op OWN NICK .
Attention!
The command will not work if you write this and are not in the game at the time.
Once you write this, you immediately become the administrator of your server! To change the game mode ( survival→creative or vice versa) write /gamemode 0 or 1 (number 0 is survival, number 1 is creativity). Now you can do whatever you want on your server. But you want there to be no cheaters and other free players on your server? Then the following commands will definitely help you - not only to “destroy” cheaters, but also to do all sorts of interesting tricks 😉!

So, you can write these commands either in chat (as an admin) or in on behalf of the server (picture above - instead of /ops).
Attention! All teams that have< >such signs are actually written without these signs!

Commands related to player actions:

  • /kickplayer nickname- kick a player
  • /banplayer nickname - ban a player
  • /pardonplayer nickname- unban a player
  • /op player nickname- gives the player an admin panel
  • /deop Nickplayer — disables the player’s admin panel
  • /gamemode 0 or 1 player nickname– changes the game mode for players (where number 0 is survival, and number 1 is creative)
  • /tp player nickname 1 player2 nickname — teleport player 1 to player 2
  • /tp nickname player a – teleports the player to the specified coordinates
  • /give player nickname <item number>< quantity> - gives the player resources
  • /list
  • /say message— sending a message to all players (announcement) “Server speaking”, the message is displayed in pink.
  • /xp<количество> player nickname– gives the player with the specified nickname the specified number of xp points.

Commands related to IP address:

  • /ban-ip — bans an IP address by blacklisting it. Players with a blacklisted IP address cannot play on the server
  • /pardon-ip - the opposite command to ban by IP, also removes IP from the blacklist

Server commands:

  • /stop- server stop
  • /save-all- forced level saving
  • /save-off- disable saving levels
  • /save-on— enable level saving
  • /whitelist onoroff — enable or disable the white list
  • /whitelist addor removeplayer nickname — whitelisting or removing a player from it
  • /whitelist list— display all players included in the white list
  • /whitelist reload— display of all connected players
  • /toggledownfall– changes the weather (different each time)
  • /time add orset < number>— correction of the current time in the range from 0 to 24000.

And finally, a sweet treat:

  • /me– a command that allows you to send messages from a third party
  • /defaultgamemode 0 or 1 – changes Game Mode peace

That's basically it. If you have any questions, please contact us!

We recommend reading

Top