Skip to content

Repository files navigation

EventCore

downloadlicensestarsforks


Installation

  1. Download jar from here
  2. Put the jar in your plugins folder
  3. Restart your server (not reload)

Update

  1. Download the new jar from here
  2. Replace the old jar with the new one
  3. Delete the old config.yml and restart your server

Maven

<repository>
<id>allaystudios</id>
<url>https://repo.allay-studios.com/public</url>
</repository>
<dependency>
<groupId>me.david</groupId>
<artifactId>EventCore</artifactId>
<version>VERSION</version>
</dependency>

Gradle Kotlin

maven {
name ="allaystudios"
url = uri("https://repo.allay-studios.com/public")
}
implementation("me.david:EventCore:VERSION")

Example API Usage:

EventCoreAPIapi = EventCoreAPI.get();
GameManagergameManager = api.getGameManager();
gameManager.start();
gameManager.stop("Winner");
KitManagerkitManager = api.getKitManager();
kitManager.enable("cool kit");
kitManager.give(Bukkit.getPlayer("JavaMio"));
MapManagermapManager = api.getMapManager();
mapManager.drop();

Commands

CommandAction
/event startStart the event
/event stop <winner>Stop the event
/event dropDrop with the commands defined in the config.yml
/event autoBorder <on / off>Toggle AutoBorder
/event setSpawnSet the spawn location
/event kickspecKick all spectators
/event kickallKick all players (exclude players with event.command)
/event clearallClear all player inventories
/kit <player>Give a player the saved kit
/kit *Give all players the saved kit
/kit enable <name>Enable a kit
/kit save <name>Saves your current inventory as kit
/kit delete <name>Delete a kit
/revive <player>Revive a player
/revive *Revive all players who are not in gamemode 0
/announce <message>Announce a message
/spawnTeleport to the spawn

Permissions

Permissions
event.bypassDisables protect while not started (break blocks, place blocks, interact, hit players)
event.commandUse /event
event.spawnUse /spawn

Placeholders

PlaceholderDescriptionExample
%eventcore_total%Total players online12
%eventcore_alive%Total players alive (players in gamemode 0)4
%eventcore_kills%Kills of the player6
%eventcore_deaths%Deaths of the player3
%eventcore_kd%K/D of the player2.00
%eventcore_totems%Totem count of the player8
%eventcore_border%Current border size of the world the player is on30
%eventcore_ping%Ping of the player18ms
%eventcore_tps%Server TPS (via Spark)20.00

About

Event Server System with tons of useful commands and features

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages