Skip to content

Releases: aabssmc/EventCore

v2.2

23 May 23:28
Compare
Choose a tag to compare

VERSION 2.2

DOWNLOAD @ modrinth.com/plugin/event

Added:

  • 1.20.5/6 support
  • replace org.json with gson
  • /ReviveLate command
  • (PLACEHOLDER API) %eventcore_mutechat%
  • (PLACEHOLDER API) %eventcore_visibility%
  • (SKRIPT) add EffReviveLate
  • (SKRIPT) add ExprVisibility
  • An API

Fixes:

  • Improved commands
  • Formats lists

Full Changelog: 2.1...2.2

v2.1

28 Apr 20:18
Compare
Choose a tag to compare

VERSION 2.1

DOWNLOAD @ modrinth.com/plugin/event

  • Fixed some important things

Full Changelog: 2.0...2.1

v2.0

27 Apr 18:42
Compare
Choose a tag to compare

VERSION 2.0

DOWNLOAD @ modrinth.com/plugin/event

I'm not writing it all down, just read the changelog

Full Changelog: v1.3...2.0

v1.3

10 Dec 00:05
c032ed0
Compare
Choose a tag to compare

VERSION 1.3:

DOWNLOAD @ modrinth.com/plugin/event

Added Commands:

  • /healalive - eventcore.healalive - Heals all alive players.
  • /healdead - eventcore.healdead - Heals all dead players.
  • /mutechat - eventcore.mutechat - Mutes the chat.
  • /recentrev - eventcore.recentrev - Revives the recently killed alive players.

Added Features:

  • Added more Skript elements:
    • Effects:
      • Revive All - Revives a player.
      • Revive Recent - Revives the recently killed players.
    • Expressions:
      • Recent Dead - The recently killed players.

Fixes:

  • tpdead things

v1.2

09 Dec 22:18
Compare
Choose a tag to compare

VERSION 1.2:

DOWNLOAD @ modrinth.com/plugin/event

Added Commands:

  • /unrevive - eventcore.unrevive - Unrevives a player

Added Features:

  • Added Skript support:
    • Effects:
      • Revive Player - Revives a player.
      • Unrevive Player - Unrevives a player.
    • Events:
      • Revive Event - Called when a player gets revived.
      • Use Revive Event - Called when a player uses a revive.
    • Expressions:
      • Alive Players - Gets all of the alive players.
      • Dead Players - Gets all of the dead players.
      • Revives of Player - The revive balance of a player.

Fixes:

  • forgot what i fixed but i think i fixed something

v1.1

09 Dec 17:54
Compare
Choose a tag to compare

VERSION 1.1:

DOWNLOAD @ modrinth.com/plugin/event

Added Commands:

  • /clearalive - eventcore.clearalive - Clears the inventory of alive players
  • /givealive - eventcore.givealive - Gives alive players items
  • /killalive - eventcore.killalive - Kills all alive players
  • /cleardead - eventcore.cleardead - Clears the inventory of dead players
  • /givedead - eventcore.givedead - Gives dead players items
  • /killdead - eventcore.killdead - Kills all dead players
  • /balrevive - eventcore.balrevive - Checks the revive balance of a player
  • /giverevive - eventcore.giverevive - Adds specified amount of revives to a player
  • /setrevive - eventcore.setrevive - Sets a player's revive balance to the specified amount
  • /userevive - eventcore.userevive - Uses a revive if the sender has enough revives
  • /takerevive - eventcore.takerevive - Removes specified amount of revives to a player

Added Features:

  • Organized source better
  • New PAPI placeholders:
    • %eventcore_revive% - The amount of revives the player has
    • %eventcore_revives% - Alias of %eventcore_revive%
  • And more!

v1.0

19 Oct 00:15
c6f649e
Compare
Choose a tag to compare

VERSION 1.0:

Added Commands:

  • /alivelist - eventcore.alivelist - Sends all alive players
  • /eventcore - eventcore.command - Main command
  • /revive - eventcore.revive - Revives a specified player
  • /reviveall - eventcore.reviveall - Revives all players
  • /tpalive - eventcore.tpalive - Teleports all alive players
  • /tpdead - eventcore.tpdead - Teleports all dead players
  • /visibility - eventcore.visibility - Hides players.

Added Features:

  • bStats
  • Dead and alive checker
  • PlaceholderAPI support
    • %eventcore_alive% - Size of all alive players
    • %eventcore_dead% - Size of all dead players
    • %eventcore_status% - The status of the player (dead or alive)
  • And more!