Quakecraft/README.md

68 lines
2.8 KiB
Markdown
Raw Normal View History

2021-04-26 02:42:07 +02:00
### This version of QuakeCraft is a fork from bl4ckskull666
### Thanks to Geekpower14 for the original code and thanks to bl4ckskull666 for the resurection!
### This Scource Code is free available all time for everybody. The only condition is to respect the GPL license and keep track of the previous authors into the plugin.yml.
2019-11-21 14:52:18 +01:00
2019-10-12 13:49:53 +02:00
![Quake Plugin](https://media.forgecdn.net/avatars/67/696/636163107094889338.png)
2021-04-26 02:42:07 +02:00
# Quake_v3.5.0-Alpha
This Quake Version is for Minecraft Spigot 1.16.5.
2019-10-12 13:39:25 +02:00
####################################################
2019-10-12 13:49:53 +02:00
## Commands
2019-10-12 13:52:07 +02:00
* /quake help - All commands
2019-10-12 13:39:25 +02:00
2019-10-12 13:49:53 +02:00
## Permissions
2019-10-12 13:52:07 +02:00
* Quake.player - For a default player.
* Quake.JoinInGame - Join in game.
* Quake.modo - Start/stop for moderators.
* Quake.edit - To manage arenas.
* Quake.lobby - To manage lobby.
* Quake.VIP - To double gain ! and other stuff (join full games ...)
* Quake.Shop - To allow automatic give of emerald in selected world.
* Quake.admin - Allow all permissions.
2019-10-12 13:39:25 +02:00
2019-10-12 13:49:53 +02:00
## Features
2019-10-12 13:52:07 +02:00
* Economy support / Self economy
* Multiple arenas
* Timer
* ScoreBoard
* Dynamic Lobby and Multiple Lobby !
* Permissions
* Command completion
2019-10-12 13:39:25 +02:00
2019-10-12 13:49:53 +02:00
## Gameplay features
* Sneak is disabled, when you sneak other people see you normally (You can disable in the arena config).
2019-10-12 13:52:07 +02:00
* Jump Boost 2 and Speed 2 effect in the arena (You can disable in the arena config).
* Spawn-Kill reduce by 0.5 sec of invicibility at respawn.
* Others..
2019-10-12 13:39:25 +02:00
####################################################
2019-10-12 13:49:53 +02:00
## How to install ( Depended WorldEdit / Softdepended Vault ):
* Download the plugin.
2019-10-12 13:52:07 +02:00
* Stop the Server.
* Place it in the plugin folder (plugins/).
* Restart/Reload the server again (for create new files).
* change config file.
* Restart the server again.
* Create new world with your arena (You need a Multi-World plugin like Multiverse) (optionally).
* Enjoy.
2019-10-12 13:39:25 +02:00
2019-10-12 13:49:53 +02:00
## How to use: ( ignore the [] , it's mark placeholder )
**Create an Arena**
* Do /quake create [Arena name] [Solo | Team] - to create an arena.
2019-10-12 13:52:07 +02:00
* Do /quake setmin [Arena name] [number] - to set the minimum number of player to begin the game.
* Do /quake setmax [Arena name] [number] - to set the maximum number of player can join the game.
* Do /quake setmap [Arena name] [Name of map] - to set the name of the map will display on the lobby (Unknown will be display if nothing is set).
* Do /quake addspawn [Arena name] [Read | Blue (Only for team arena)] - in the Arena, to add a randoms spawn of the Arena. (Do this many time of you want !)
2019-10-12 13:52:07 +02:00
* Do /quake save [Arena name] - to save the config of the Arena. Enjoy !
2019-10-12 13:39:25 +02:00
2019-10-12 13:52:07 +02:00
* Define a lobby wall with WorldEdit. A Wall of Signs.
* Do /quake addlobby - to define the WorldEdit region as a Lobby wall (more than one can be defined).
* Do /quake setlobbyspawn - to add a spawn at the end of the game (more than one can be defined).
2020-07-10 19:30:24 +02:00
**New Lobby System
2019-10-12 13:39:25 +02:00
[Read this Page](https://github.com/Bl4ckSkull666/Quake---The-Gun-Game/wiki/Lobby-system)