• v1.0-pre6 6b68bdab0f

    v1.0 Pre-release 6 Pre-release

    NorbiPeti released this 2020-03-19 21:58:19 +00:00 | 49 commits to master since this release

    • Renamed to ChromaCore everywhere
    • Only showing restart countdown if somebody is online (#78)
    • Added command to check member status (#69)
    • Automatically deploying to GitHub Releases (#76)
    • Added permissions for each subcommand in a class (#89)
    • Unregistering commands on component/plugin disable (#88)
    • Showing the help text if the sender has the wrong type (usually trying to use a player-only command from console)
    • Fixed some primitive types not being handled as command parameters (#92)
    • Any Chroma plugin's config can be reloaded using /chroma reload and /chroma lists all commands (#84)
    • Removed the plugin updater
    • Registering our commands for Bukkit
    • Registering channel commands as custom commands for tab completion to work (#72)
    • Implemented parameter tab completion using Commodore (#82)
      • Each command can customize the parameters' completions either by giving static values or dynamically getting suggestions based on the parameter type or explicitly provided by the command class
    • Added a command to remove invalid Towny residents (usually after a failed rename; #41)
      • In case of a name conflict, make the desired corrections based on the old resident and then delete it (#7)
    • Increased /primerestart cooldown (#42)
    • Added a parameter to permanently enable/disable a component (#81)
    • Added channel support for (chat) commands (#93)
    • Fixed message color if we're not using the chat plugin's formatting (TBMCPlugins/Chroma-Chat#107)
    Downloads