Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavog/ffa
A simple to use and lightweight Spigot-plugin for the Free For All gamemode
https://github.com/pavog/ffa
Last synced: about 1 month ago
JSON representation
A simple to use and lightweight Spigot-plugin for the Free For All gamemode
- Host: GitHub
- URL: https://github.com/pavog/ffa
- Owner: pavog
- License: other
- Created: 2016-06-13T20:39:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T21:49:33.000Z (over 8 years ago)
- Last Synced: 2024-11-08T19:03:48.006Z (3 months ago)
- Language: Java
- Homepage: http://dev.bukkit.org/bukkit-plugins/freeforallgametype/
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FreeForAll
-------------------------------------------------
This plugin is where all payers that join are against all other players that have joined, they pvp / fight against eachother and when a player dies they respawn in the arena. To leave the game the player runs a command and then there respawn location and all other things are reset.This plugin is a new version of the FFA plugin by Cuvthe3rdPlays [Bukkitlink](http://dev.bukkit.org/bukkit-plugins/freeforallgametype/)
# Features
- UUID support
- Changeable messages
- Permissions
- Changeable join / leave positions
- Disables world editing whilst in-game
- Easy setup# Usage
## Install the plugin
- Open your server folder
- Open your plugins folder
- Drag and drop the plugin
- Start or reload your server to activate the plugin
- Edit the config.yml file
- Stop and start your server or reload your server
- Log into your server via minecraft and try the plugin by executing the /ffa command## Config file
During setup the configuration file (config.yml) will be created for you (in /plugins/FreeForAll/config.yml):The config file and the variables are explained in the file.
## Commands
- /ffa help info about the plugin.
- /ffa join Joins the FreeForAll.
- /ffa leave Leaves the FreeForAll.
- /ffa setup Starts a Setup helper to help you setup the plugin.
- /ffa set join Sets the FreeForAll join location to your current location.
- /ffa set leave Sets the FreeForAll leave location to your current location.
- /ffa set joininv Sets the FreeForAll join inventory to your current inventory.
- /ffa set leaveinv Sets the FreeForAll leave inventory to your current inventory.
- /ffa set kit1 Sets Kit 1 to your current inventory.
- /ffa set kit2 Sets Kit 2 to your current inventory.
- /ffa set kit3 Sets Kit 3 to your current inventory.
- /ffa set kit4 Sets Kit 4 to your current inventory.## Permissions
- /ffa help
- /ffa join ffa.join
- /ffa leave ffa.leave
- /ffa setup ffa.setup
- /ffa set join ffa.set.join
- /ffa set leave ffa.set.leave
- /ffa set joininv ffa.set.joininv
- /ffa set leaveinv ffa.set.leaveinv
- /ffa set kit1 ffa.set.kits
- /ffa set kit2 ffa.set.kits
- /ffa set kit3 ffa.set.kits
- /ffa set kit4 ffa.set.kits## TODO
- Setup wizard via /ffa setup
- Feel free to contact me for suggestions! :)## Contribute
- Download / clone the repository
- Setup the workspace
- Execute the command "gradlew.bat setupWorkspace"
- Execute the command "gradlew.bat idea" (for IntelliJ IDEA workspace setup)
- Execute the command "gradlew.bat build"
- See [This GitHub Repo](https://github.com/ReneHollander/empty-spigot-plugin) for more commands and help# License
The MIT License (MIT)Copyright (c) 2016 Paul Vogel and Cuvthe3rdPlays
I overtook the development of this plugin with permission of Cuvthe3rdPlays
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.