Jump to content
Message added by Xray,

If you are considering purchasing this please note
support, questions, suggestions etc are being limited

Message added by Xray,

Unmaintained / Out of support

6 Screenshots

  • 65.3k
  • 1.4k
  • 201.82 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



beetle

Posted

Is this plugin any good?
I used a similar free plugin before, but it had a lot of bugs and caused a lot of server crashes, so I am having a hard time buying it easily.

  • Like 1
Xray

Posted (edited)

Hello, beetle

My version is an improved version fixed most of the bugs still actively working on it and haven't experienced it crashing the server
 

Using this plugin for my own servers so it's in my best interest to fix any upcomming issues

Best Regards

Xray

Edited by Xray
  • Haha 1
beetle

Posted

1 hour ago, Xray said:

Hello, beetle

I think you are referring to https://umod.org/plugins/admin-toggle 
Yes it indeed is a bit buggy
My version is an improved version fixed most of the bugs still actively working on it and haven't experienced it crashing the server
 

Using this plugin for my own servers so it's in my best interest to fix any upcomming issues

Best Regards

Xray

Since it would be rude to specify a specific plugin, I'll just say that I tried two plugins (haha)

I'll reconsider after I hear from my buyers. I like the fact that I got a response from you, thank you very much.

  • Like 1
Xray

Posted

Hello, beetle

I am sorry i didn't mean to be rude my apologies

Hope you found my anwser relevant 🙂

DeX

Posted (edited)

Hi there, does the player get kicked when toggling and have to rejoin the server?

also does it limit admin actions like killing, harvesting etc. I have admins that play on the server (its PVE) so would like to limit some actions for admin mode.

 

Edited by DeX
  • Like 1
Xray

Posted (edited)

Hello, DeX
 

Yes you might risk getting kicked due to EAC when toggling from Admin -> Player

This only occurs only if attempting to fly while the server is changing you form Auth 2 -> 0

I belive this is a side effect of toggeling Auth level while a player is conntected

As long you do not attempt to fly while toggeling from Admin -> Player it's works like a champ

But I did implant some fail checks to prevent this to a certain extent & still actively developing this plugin
 

 

And regarding limited actions currently when in admin mode you have full admin (Auth 2) rights

Overall what my plugin does is make a connection between "playing" on the server & doing administrative tasks
Check the config for a feature list 🙂 

I am open to suggestions and improvements as i use this plugin for my own servers 


Best Regards
Xray

Edited by Xray
DeX

Posted

Thanks for the response, currently I have my admins setup with plugins and not auth levels. So this wont work for me, thanks tho.

  • Like 1
Perfectangel01

Posted

There is there a way to add where it lets all players know in chat when someone had turned on admin and turned it off?

  • Like 1
Xray

Posted

Hello, Perfectangel01

I am currently working on a huge update including the feature to broadcast to the entire chat when a player activates admin mode

  • Like 1
Xray

Posted (edited)

Hello, Perfectangel01

The Feature you requested to notify everyone on the server when a admin activated/deactivated admin mode has now been added in latest version 2.0.5

Best Regards
Xray

Edited by Xray
  • Like 1
Z1PP3R

Posted

Looking through the config I don't see any option to change the transparency of the hotbar button. Would it be possible to add this?

  • Like 1
Xray

Posted (edited)

Hello, Z1PP3R
I believe this feature is already in the latest version of AdminToggle v2.0.6
If you look under the section Interface you should see this

RED, GREEN, BLUE, ALPHA/transparency/opacity

RGBA.png.bbe4db345bc76e9f5cd596599a2e1862.png

Best Regards
Xray

 

Edited by Xray
Z1PP3R

Posted (edited)

I'll give that a go and see if I can come up with something that works. What I was looking for was something like this

"GuiTransparency": 0.9

adjustable from 1.0 to 0.0 similar to what the Player Ranks mod has.

By the way your mod is fantastic definitely works better than most that I have tried XD

Edited by Z1PP3R
  • Like 1
Xray

Posted

Hello, Z1PP3R
The last value ALPHA 0.8 can be adjusted from 0.0 to 1.0
If you are having issues with my plugin let me know by making a support ticket 

Best Regards
Xray

Z1PP3R

Posted

Oh no def no issues and thank you for the helpful information and the great plugin.

  • Like 1
Covfefe

Posted

Would player mode have it's own saved data for stuff like skill tree?

 

  • Like 1
Xray

Posted

Hello, Covfefe

I am not quite sure what you mean by "Would player mode have its own saved data for stuff like skill tree?"
There is a feature that can keep the inventory separated from Admin & Player mode where the items you obtained are cached
 

"Modes": {
      "Master": {
        "Settings": {
          "Require Reason To Toggle": false,
          "Separate Inventorys For Master & Player Mode": true, <------ HERE
          "Upon Exiting Master Mode Teleport Back To Known Location": true,
          "Day Time Only": true,
          "Third-party Autoload Plugins": true,
          "Use Special Custom Outfit": false,
          "Use Normal Custom Outfit": false,
          "Third-party Blocking Plugins (In player mode)": true,
          "Exclude Logging": true
        }
      },
      "Limited": {
        "Enable": false,
        "Settings": {
          "Require Reason To Toggle": true,
          "Separate Inventorys For Limited & Player Mode": true, <------ HERE
          "Upon Exiting Limited Mode Teleport Back To Known Location": true,
          "Day Time Only": false,
          "Third-party Autoload Plugins": false,
          "Third-party Blocking Plugins (In player mode)": true,
          "Use Custom Outfit": false
        }
      }



Best Regards
Xray

monsterqueen

Posted

Hello,

I'm very interested in this plugin however I have a question before purchase - I tried using the umod free version and it conflicted with AdminMenu and neither worked after being loaded. They both used the same /admin command as well. Can this plugin coexist with AdminPanel? Is there an ability to change the / command to something else? I am fairly new to this so sorry if this is a silly question. I appreciate the support, thank you.

  • Like 1
Xray

Posted (edited)

Hello, djwirch

Yes you can change or add new commands
Sorry the current config was outdated on the sale page


 

"Chat Command": {
  "Commands To Toggle": [
  	"admin",
    	"toggle",
	"convert",
    	"OrWhatEverYouWant",
  ]
}

 

Edited by Xray
  • Like 1
monsterqueen

Posted (edited)

On 4/9/2022 at 2:38 PM, Xray said:

Hello, djwirch

Yes you can change or add new commands
Sorry the current config was outdated on the sale page


 

"Chat Command": {
  "Commands To Toggle": [
  	"admin",
    	"toggle",
	"convert",
    	"OrWhatEverYouWant",
  ]
}

 

Problem resolved! Thanks!

Edited by djwirch
  • Like 1
Shoyqn

Posted (edited)

Hello,

everything works perfectly great plugin, thank you very much !!!

Edited by Shoyqn
  • Like 1
Xray

Posted

On 5/20/2022 at 8:53 PM, Shoyqn said:

Hello,

everything works perfectly great plugin, thank you very much !!!

Solved on Discord

BannerX

Posted (edited)

Is there a way to add a flashlight to the hand of the admin in admin mode? I don't get why when going into vanish it says it's enabled and also says just vanish. So it says it two times one with enabled and one vanish by itself. Is there anyway to stop console access? That's just so much power.

Edited by BannerX
  • Like 1
Xray

Posted (edited)

Replied to you on Discord
"Sovled" on Discord

Edited by Xray

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!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 2

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.