AdminPanel

Moved

Total Downloads: 12,708 - First Release: Jul 25, 2016 - Last Update: Sep 15, 2017

5/5, 14 likes
  1. Update: got it installed but god and vanish dont show up in the interface
     
  2. Read the above comments by myself
     
  3. I have the same problem, once I open it I can't close it, the ~ button doesn't work nor can I press Enter to type the chat command. The admin controller opens up above my health bar, and it only has option to admin tp(maybe I don't know what I'm doing because it tp's me under the world when I click it).
     
  4. you need to make sure you have the right permissions set on 'Vanish', 'God' & 'Radar' then they will show up.

    I updated everything today and now it all works perfect
     
  5. hi, getting the error

    Code:
    adminpanel.allowed doesnt exist
     
  6. i died while my god button was green, i must have something set wrong?
     
  7. every time u connect to server u have to enter the console f1 then type bind backquote +adminpanel toggle that works for me
     
  8. i founda out how to fix this change this code in the original cs file
    Code:
            private void OnPlayerInit(BasePlayer player)
            {
                if (ToggleMode == true)
                {
                    if (IsAllowed(player.UserIDString, permAP))
                    {
                        player.SendConsoleCommand("bind" "backquote" "+adminpanel" "toggle");
                    }
                }
            }
    to

    Code:
            private void OnPlayerInit(BasePlayer player)
            {
                if (ToggleMode == true)
                {
                    if (IsAllowed(player.UserIDString, permAP))
                    {
                        player.SendConsoleCommand("bind backquote +adminpanel toggle");
                    }
                }
            }
     
  9. i cant see the Panel. I try it with bind backquote +adminpanel toggle but doesent work
     
  10. Wulf

    Wulf Community Admin

    Any CUI/GUI will not work until a fix is made via a Rust update.
     
  11. that's terrible ... so many good plugins that no longer work.
     
  12. I am getting Permission 'adminpanel.allowed' doesn't exist even though I have it installed properly. Someone help?
     
  13. yo update your plugin please

    Build Date: 05/11/2017 12:28:42
    Unity Version: 5.6.0f3
    Changeset: 20566
    Branch: main
    Oxide Version: 2.0.3271
     
  14. pls help i didnt get the adminpannel when i use /adminpanelshow it says unknowncommand im new in this here the log:
    Code:
    13:51 [Info] Loading plugins...
    13:51 [Info] Loaded plugin Unity Core v2.0.3291 by Oxide Team
    13:51 [Info] Loaded plugin Rust v2.0.3291 by Oxide Team
    13:52 [Info] AdminPanel was compiled successfully in 1979ms
    13:52 [Info] Loaded plugin AdminPanel v1.2.5 by austinv900
    13:52 [Info] Unloaded plugin AdminPanel v1.2.5 by austinv900
    14:00 [Info] Loading Oxide Core v2.0.3291...
    14:00 [Info] Loading extensions...
    14:00 [Info] Loaded extension CSharp v2.0.3291 by Oxide Team
    14:00 [Info] Loaded extension MySql v2.0.3291 by Oxide Team
    14:00 [Info] Loaded extension SQLite v2.0.3291 by Oxide Team
    14:00 [Info] Loaded extension Unity v2.0.3291 by Oxide Team
    14:00 [Info] Loaded extension Rust v2.0.3291 by Oxide Team
    14:00 [Info] Using Covalence provider for game 'Rust'
    14:00 [Info] Loading plugins...
    14:00 [Info] Loaded plugin Unity Core v2.0.3291 by Oxide Team
    14:00 [Info] Loaded plugin Rust v2.0.3291 by Oxide Team
    14:00 [Info] AdminPanel was compiled successfully in 1637ms
    14:00 [Info] Loaded plugin AdminPanel v1.2.5 by austinv900
    14:00 [Info] Unloaded plugin AdminPanel v1.2.5 by austinv900
    14:33 [Info] Permission 'admin' doesn't exist
    14:35 [Info] User 'Goofy (XXX)' granted permission 'oxide.reload'
    14:35 [Info] User 'Goofy (XXX)' permissions:
    oxide.reload
    User 'Goofy (XXX)' groups:
    default
    14:36 [Info] Group 'goofy' doesn't exist
    14:37 [Info] Group 'admin' granted permission 'oxide.reload'
    14:39 [Info] Group 'default' granted permission 'oxide.reload'
     
    Last edited by a moderator: May 22, 2017
  15. Wulf

    Wulf Community Admin

    How did you grant the permission for this plugin exactly?
     
  16. oxide.grant user "Goofy" "adminpanel.allowed"

    it says does exist
     
  17. Wulf

    Wulf Community Admin

    According to your logs, it shows that the plugin was loaded and then unloaded before you tried that. You'd need to make sure the plugin is loaded first.
     
  18. how ???
     
  19. i think thats the problem its loding in and out for me too i saw this :

    IMAGE
     

    Attached Files:

  20. yeah it loads and unload again