misticos
Create your own GUI menu with buttons and title

Supported Games
GameServerKingsGameServerKings

I don't like entering commands, so I just created this plugin to do something more, than just commands. Now I have menus. I bind them and that's very useful for me and my players. I hope it will help you too.

Configuration

{
  "Distance between buttons": 0.02, 
  "FadeIn and FadeOut time": 0.3,
  "List of menus": [
    {
      "Menu title": "Panel",
      "Menu title color": "#ffffff",
      "Menu title size": 12,
      "Menu title height": 0.1,
      "Menu permission": "gamemenu.use",
      "Chat command to open the menu": "menu",
      "Console command to open the menu": "menu",
      "Background color": "0.66 0.66 0.66 0.9",
      "Menu buttons": [
        {
          "Button color": "0.0 0.0 0.0 1.0",
          "Text color": "#ffffff",
          "Text size": 12,
          "Button width": 0.4,
          "Button height": 0.1,
          "Button text": "Accept TP",
          "Execute chat (true) or console (false) command": true,
          "Executing command": "/tpa"
        }
      ]
    }
  ]
}

You can create different menus with different buttons. Also, you can specify menus' permissions and (console and chat) commands. If you leave one of these fields empty, it won't be used.

Donate

Click me

MIT License


Copyright (c) 2018-2019 misticos


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



21.4K downloads
200 watchers

menugui