/WarpGUI

it's a plugin that allows you to navigate using the chest menu

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

πŸ“‹ General

Plugins WarpGUI
API
Version
Download
Total Download


βœ”οΈ The plugin allows you to create and edit warps βœ”οΈ


βœ”οΈ Can add or remove more areas βœ”οΈ


πŸ“– Features

  • It's a plugin that allows you to navigate using the chest menu
  • The plugin is inspired by the WarpGUI of Minecraft PC

Fixed

  • Issues #2
  • Fixed error: Do not have in hand

Credits / Virions Used


πŸ’¬ Commands

Commands Description Aliases
/warpgui WarpGUI Commands /warp

πŸ“ Permission

Click to see permission
  • use permission warpgui.command to use command /warpgui
  • use permission warpgui.command.help to use command /warpgui help
  • use permission warpgui.command.create to use command /warpgui create
  • use permission warpgui.command.remove to use command /warpgui remove
  • use permission warpgui.command.edit to use command /warpgui edit

πŸ“œ Config

Click to open
---
# WarpGUI config.yml
#    
#    β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—
#    β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β•β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘
#    β–‘β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘
#    β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β–‘β–ˆβ–ˆβ•‘β–‘β–‘β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘
#    β–‘β–‘β•šβ–ˆβ–ˆβ•”β•β–‘β•šβ–ˆβ–ˆβ•”β•β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘
#    β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β•šβ•β•β–‘β–‘β•šβ•β•β•šβ•β•β–‘β–‘β–‘β–‘β–‘β–‘β•šβ•β•β•β•β•β•β–‘β–‘β•šβ•β•β•β•β•β•β–‘β•šβ•β•
#
# Message Teleport To Warp
# Use {warp} to get warp name
msg-teleport: "§aSuccessfully teleport to warp§6 {warp}"

# Menu WarpGUI Name
menu-name: "WarpGUI"
...

πŸ“š For Developer

  • You can access to WarpGUI by using
  • You can usage to:
Click to see
  • Create Warp Usage:
$warpname = "Warp1";
WarpGUI::getInstance()->addWarp($warpname);
  • Remove Warp Usage:
$warpname = "Warp1";
WarpGUI::getInstance()->removeWarp($warpname);

▢️ Tutorial Setup

  • Click Here To See The Tutorial Setup
  • IMPORTANT THING: You need to install the DEVirion plugin into the plugins/ directory of the server, reload the server, then look for the virions/ directory, next download and paste the InvMenu folder there.

Install

  • Step 1: Click the Direct Download button to download the plugin
  • Step 2: move the file WarpGUI.phar into the file plugins
  • Step 3: Restart server