Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 8611

Rust Plugin Admin Menu 0.1.50 (UPDATED 9-26-2021

by DreadPirateLeak - 16 August, 2021 - 09:07 PM
This post is by a banned member (DreadPirateLeak) - Unhide
2
Posts
7
Threads
3 Years of service
#1
(This post was last modified: 26 September, 2021 - 10:03 AM by DreadPirateLeak. Edited 6 times in total.)
Premium Rust Admin Menu 8/16/2021 LATEST RELEASE! From: Chaos_Code
 
 
 
A GUI menu that can be used for;
  • Managing permissions for groups and individual players
  • Creating and removing groups
  • Clone groups while maintaining its permissions, and optionally users
  • View users in groups and add/remove players from them per group
  • Adding and removing players from groups per player
  • Easily run and chat or console command by the click of a button
  • Giving items to players
  • All permission based so you can give limited power to your admins
Chat Command
/admin - Opens the menu. (Requires permission adminmenu.use)

Permissions
adminmenu.use - Required to open the menu and access the commands section
adminmenu.permissions - Required to access the permission section
adminmenu.groups - Required to access the groups section
adminmenu.give - Required to access the Give menu
adminmenu.players - Required to access the Player Info menu
adminmenu.give.selfonly - Used to restrict the give menu to only allow users to give items to themselves
The player info menu can be broken down in to further permissions to restrict user access to the functions they have access to.
To enable this feature set "Use different permissions for each section of the player administration tab" to true in the config.
The permissions for each element in the player info menu are;
  • adminmenu.players.kickban
  • adminmenu.players.mute
  • adminmenu.players.blueprints
  • adminmenu.players.hurt
  • adminmenu.players.heal
  • adminmenu.players.kill
  • adminmenu.players.strip
  • adminmenu.players.teleport
Commands Menu (Requires permission adminmenu.use)
You can set chat and console commands that can be run via the menu. These commands are run as if the user is typing it themselves so any commands will need the relevant permission/authlevel to be run. You can also give items to players from the "give" submenu
There are currently 4 variables you can put into the commands to make them target specific. They are;
{target1_name}
{target2_name}
{target1_id}
{target2_id}
By using the variable "{target1_name}" or "{target1_id}" in a command will trigger the player selection menu allowing you to select a target player for the command.
By using the variable {target2_name}" or "{target2_id}" in a command will trigger a second player selection menu allowing you to select a additional target player for the command.
The name variables will be replaced with the targets display name, and in-turn the ID variables will be replaced with the targets user ID.
An example of usage for 2 target players:
Teleporting Player1 to Player2 using the /tp command.
"/tp {target1_name} {target2_name}"
An example of usage for 1 player:
Teleporting to the target player using the /tp command.
"/tp {target1_name}"
An example of a command that does not require any targets:
Toggling god mode on yourself.
"/god"
I am happy to expand upon this with additional variables if you can think of any alternative use-cases

Permissions Menu (Requires permission adminmenu.permissions)
The are 3 categories in the permissions menu.
View - This is just a list of all currently registered permissions
Player Permissions - This will open a player selection menu, once you have selected a player it will display all currently available permissions, with permissions that the player has being highlighted in green. You can then toggle permissions for the selected player by clicking the permission button.
Group Permissions - This will open a group selection menu, once you have selected a group it will display all currently available permissions, with permissions that the group has being highlighted in green. You can then toggle permissions for the selected group by clicking the permission button.

Groups Menu (Requires permission adminmenu.groups)
There are 5 categories in the groups menu.
View - This is a list of all groups, click on any group name to see all the users in that group.
Create Group - This menu is used to create new groups. It has 3 input boxes (Name, Title and Rank). Upon filling in a box you must hit "ENTER" to register your input. At the very least you need to specify a group name to create a new group. Once you have filled in the details you can press the "Create" button to create the new group. If you want to clear your input press the "Reset" button.
**Note 1** If you have any GUI plugins in the background that are constantly updating (LustyMap for example) it will cause your input to reset. You must disable any auto-refreshing background UI before using this menu!
**Note 2** GUI Input boxes are not perfect, they may randomly reset your input and any keys you press whilst typing will affect your character ingame (pressing 'w' for example will move your character forward)
Clone Group - Select a group to clone to a new group. This automatically copies all permissions, with the option to also copy users in the group
Remove Group - Select a group to delete. Be warned that this process can not be undone!
User Groups - This will open a player selection menu, once you have selected a player it will display all available groups, with groups that the player is in being highlighted in green. You can then toggle groups for the selected player by clicking the group button

Config Options
Chat Command List - This is a list of chat commands you wish to be available through the menu
Console Command List - This is a list of console commands you wish to be available through the menu
Colors - Various UI color options

Command Entry
A command entry is the details of a command you want to add to the menu. Commands will be ordered in the menu as they are set out in the config. A command entry has 3 parts;
Name - The name of the command
Description - A short description of what the command does
Command - The command itself
Be sure you add console commands in to the console command list and vice-versa!

Config
 
 
Code:
{ "Chat Command List": [ { "Name": "TP to 0 0 0", "Command": "/tp 0 0 0", "Description": "Teleport self to 0 0 0" }, { "Name": "TP to player", "Command": "/tp {target1_name}", "Description": "Teleport self to player" }, { "Name": "TP player to player", "Command": "/tp {target1_name} {target2_name}", "Description": "Teleport player to player" }, { "Name": "God", "Command": "/god", "Description": "Toggle god mode" } ], "Colors": { "Button - Primary": { "Alpha": 0.9, "Color": "#2a2a2a" }, "Button - Secondary": { "Alpha": 0.9, "Color": "#a8a8a8" }, "Button - Selected": { "Alpha": 0.9, "Color": "#00cd00" }, "Panel - Dark": { "Alpha": 0.98, "Color": "#2a2a2a" }, "Panel - Light": { "Alpha": 0.3, "Color": "#696969" }, "Panel - Medium": { "Alpha": 0.98, "Color": "#373737" } }, "Console Command List": [ { "Name": "Set time to 9", "Command": "env.time 9", "Description": "Set the time to 9am" }, { "Name": "Set to to 22", "Command": "env.time 22", "Description": "Set the time to 10pm" }, { "Name": "TP player to player", "Command": "teleport.topos {target1_name} {target2_name}", "Description": "Teleport player to player" }, { "Name": "Call random strike", "Command": "airstrike strike random", "Description": "Call a random Airstrike" } ] }
 
DOWNLOAD LINK BELOW
 
Mega.nz
AnonFiles.com
Hidden Content
You must register or login to view this content.


 
 
Don't forget to Like and Comment below!
This leak has been rated as working 0 times this month. (8 times in total)
This leak has been rated as not working 0 times this month. (3 times in total)
This post is by a banned member (DreadPirateLeak) - Unhide
2
Posts
7
Threads
3 Years of service
#2
This is a bump
This post is by a banned member (DreadPirateLeak) - Unhide
2
Posts
7
Threads
3 Years of service
#3
This is a bump
This post is by a banned member (876King) - Unhide
This post is by a banned member (DreadPirateLeak) - Unhide
2
Posts
7
Threads
3 Years of service
#5
This is a bump
This post is by a banned member (registerstuff32) - Unhide
6
Posts
1
Threads
3 Years of service
#6
thank you for the great share ahain! looking forward for more in the future
This post is by a banned member (DreadPirateLeak) - Unhide
2
Posts
7
Threads
3 Years of service
#7
This is a bump
This post is by a banned member (NegativeOxBird) - Unhide
2
Posts
0
Threads
3 Years of service
#8
(This post was last modified: 23 August, 2021 - 10:43 PM by NegativeOxBird. Edited 1 time in total.)
VERY POG peperee monkayes

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)