Skip to content

Using dkim19375Core

dkim19375 edited this page Jan 1, 2021 · 4 revisions

All classes are found in this package.

Some of the classes and methods

Note that this will not be updated often.

Normal Utilities which do act inside the core plugin only.

ConfigFile.java. This is a config class to configure and create data and configuration files.

CoreJavaPlugin.java. This is a class that extends JavaPlugin, with some extra methods. You can extend CoreJavaPlugin instead of JavaPlugin.

PlayerUtils.java. This class has some utilities related to players, such as converting a UUID or username to a Player.

External Utilities that are not in just the core plugin. It may have other dependencies, so be careful when using these!

FormattingUtils.java. This class has some utilities related to chat formatting such as setting translating chatcolors and/or setting placeholders.

JsonUtils.java. This is a class to help parse json.

PapiExpansion.java. This is a class that acts similar to CoreJavaPlugin. It extends PlaceholderExpansion, automatically filling some methods to make it easier and quicker to make a PlaceholderAPI expansion.

UpdateChecker.java. This is a class that can check for updates on Spigot or an external site.

WorldGuardUtils.java. Utilities to make the WorldGuard API more easier to use.