Skip to content

A Core functionality plugin for projects made by the pinkprison development team

License

Notifications You must be signed in to change notification settings

PinkPrison/PinkCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PinkCore

A Core functionality plugin for projects made by the pinkprison development team

API

❗ API Includes the following:

  • An easier way to send actionbars and (sub)titles to players 🌷

  • Easy ways to create Items and Skulls primarily for GUI's 💀

  • Implements TriumphTeams Gui-System for easy use 🦅

CORE

❗ CORE Includes the following:

  • Listeners to disable Weather events, Explosions and some World events 💥

  • Functionality for cancelling crafting and placing of certain Items and Blocks ❌

  • A Listener that fixes a minecraft bug that lets players damage more than normal ❤️

  • A fully functional CommandBlocker that cancels specified commands (fully configurable) if the sender of the Command is not contained in the config.yml 👮

  • Auto broadcasting of messages to the server, the messages can even have multiple lines 🤓

  • For auto broadcasting you can also toggle specific messages in the config.yml so the ones specified only will be broadcasted if enabled 📣

For Developers

❗ Implementation:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>com.github.PinkPrison.PinkCore</groupId>
        <artifactId>packaging</artifactId>
        <version>{VERSION}</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
  • Make sure that the plugin.yml from your project (soft)depends on the PinkCore-VERSION.jar