WarpPro
WarpPro
What is WarpPro?
WarpPro is a warp plugin that uses a MySQL database to store all the player warps. This is a lot more efficient to manage than a YAML configuration file, making it easier for server admins to maintain all the warps. Also, using a MySQL database to store all the warps means that multiple servers can retrieve the warp list.
Current Features?
- Creation command (/warp create [warp name])
- Teleport command (/warp travel [warp name])
- Info command (/warp info [warp name])
- Delete command (/warp delete [warp name])
- Inventory interface to view recently created warps
Future Implementations?
Delete warps command- Inventory interface to view a list of warps
- Per-server warps (Suitable for BungeeCord and Lilypad servers)
- Coloured warp names
- Admin warp management interface
- Command permissions
- Warp creation limit
- Warp creation cooldown
How to Import the Database?
- Retrieve the database file from here
- Open the Phpmyadmin interface and create a new database
- Select import on the navigation bar located at the top
- Select the file and press go at the bottom
-
View User Profile
-
Send Message
Posted Jun 12, 2019Why do you need MySQL for this? Can't you use NoSQL or file storage? What is relational about warps?
-
View User Profile
-
Send Message
Posted Jun 20, 2019In reply to Kars1090:
This is Warp PRO !
Very useful plugin if you have plugin on hosting with limited storage !
Because this plugin need more space for warps.. :D
-
View User Profile
-
Send Message
Posted Jun 20, 2019In reply to Straiker123_CZ:
That makes no sense. I asked why not use NoSQL or file storage. Why do you need MySQL?