All Projects → BenCodez → VotingPlugin

BenCodez / VotingPlugin

Licence: other
Plugin on SpigotMC

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to VotingPlugin

NotQuests
Flexible, open & solid paper Quest Plugin [with GUI]
Stars: ✭ 32 (-46.67%)
Mutual labels:  spigot, spigotmc, spigot-plugin
EliteMobs
This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
Stars: ✭ 114 (+90%)
Mutual labels:  spigot, spigotmc, spigot-plugin
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (-43.33%)
Mutual labels:  spigot, spigotmc, spigot-plugin
NOPE
1.16 Minecraft AntiCheat
Stars: ✭ 27 (-55%)
Mutual labels:  spigot, spigotmc, spigot-plugin
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (+8.33%)
Mutual labels:  spigot, spigot-plugin
all-spigot-nms
All NMS versions of bukkit/spigot in one jar file. NMS from 1.8-1.18
Stars: ✭ 35 (-41.67%)
Mutual labels:  spigot, spigot-plugin
Parkour
The ultimate Parkour plugin.
Stars: ✭ 59 (-1.67%)
Mutual labels:  spigot, spigot-plugin
Bukkit Coding Tutorial
This is the repository for my Bukkit Coding series
Stars: ✭ 44 (-26.67%)
Mutual labels:  spigot, spigot-plugin
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+206.67%)
Mutual labels:  spigot, spigot-plugin
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (-56.67%)
Mutual labels:  spigot, spigotmc
BetterGUI
Another GUI Plugin
Stars: ✭ 66 (+10%)
Mutual labels:  spigot, spigot-plugin
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (+138.33%)
Mutual labels:  spigot, spigotmc
Treasury
Modern, multi-platform library facilitating integrations with economies and more
Stars: ✭ 46 (-23.33%)
Mutual labels:  spigot, spigotmc
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+91.67%)
Mutual labels:  spigot, spigot-plugin
HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (-41.67%)
Mutual labels:  spigot, spigot-plugin
oraxen
Oraxen is a minecraft plugin that allows to easily use Minecraft 1.14 features in order to create new items with custom textures. It handles the resourcepack generation, upload (using Polymath) and has an extensible API.
Stars: ✭ 358 (+496.67%)
Mutual labels:  spigot, spigot-plugin
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (-13.33%)
Mutual labels:  spigot, spigot-plugin
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (-31.67%)
Mutual labels:  spigot, spigot-plugin
CyberWorld
Procedurally generating complicated cyberpunk city in minecraft Automatically merging buildings into mega-structure Generating the building with sub-structure such as signs, illegal building, etc.
Stars: ✭ 65 (+8.33%)
Mutual labels:  spigotmc, spigot-plugin
AdvancedCore
Core API for my plugins on SpigotMC
Stars: ✭ 54 (-10%)
Mutual labels:  spigot, spigotmc

VotingPlugin

Plugin on SpigotMC https://www.spigotmc.org/resources/votingplugin.15358/

img

img2

License

Creative Commons Arttribution 3.0 Unported

https://github.com/BenCodez/VotingPlugin/blob/master/VotingPlugin/Resources/LICENSE.txt

Maven:

<repository>
    <id>BenCodez Repo</id>
    <url>https://nexus.bencodez.com/repository/maven-public/</url>
</repository>

<dependency>
    <groupId>com.bencodez</groupId>
    <artifactId>votingplugin</artifactId>
    <version>LATEST</version>
    <scope>provided</scope>
</dependency>

BACKUP/OLD WAY
<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.BenCodez</groupId>
    <artifactId>VotingPlugin</artifactId>
    <version>LATEST</version>
    <scope>provided</scope>
</dependency>

Versions:
LATEST - latest stable release

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].