An advanced portals plugin for bukkit
Go to file
Sekwah 2064c3f8ab feat: add cooldown tag that is stored 2024-02-05 02:17:44 +00:00
.github/workflows chore: disable discord upload for now 2023-12-02 20:24:07 +00:00
bungee chore: change broken gradle 2023-04-06 18:41:18 +01:00
core feat: add cooldown tag that is stored 2024-02-05 02:17:44 +00:00
gradle/wrapper chore(ci): fix guild gradle and version 2022-04-23 02:23:02 +01:00
lang feat: add cooldown tag that is stored 2024-02-05 02:17:44 +00:00
spigot feat: add global cooldown and throwback sounds 2024-02-04 05:31:53 +00:00
velocity feat: register basic bungee plugin with metrics 2022-04-23 02:50:11 +01:00
.gitignore build: Rearrange to multi project build 2021-05-23 22:18:47 +01:00
.pre-commit-config.yaml chore(ci): add pre-commit as well as split variables out 2022-04-24 13:44:14 +01:00
.release-please-manifest.json chore: fix up newline on windows for builds 2023-11-22 00:23:23 +00:00
.versionrc.js chore(ci): add pre-commit as well as split variables out 2022-04-24 13:44:14 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2019-05-31 22:19:53 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-01-24 10:16:30 +00:00
DragAndDropStarter.bat chore(ci): add pre-commit as well as split variables out 2022-04-24 13:44:14 +01:00
LICENSE.md Merge both LICENSE files 2018-12-19 12:22:23 +01:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2018-01-24 10:10:49 +00:00
README.md feat: add the ability to have multiple values for a tag 2023-11-29 03:18:25 +00:00
build.gradle chore: improve dev tasks 2023-12-03 14:19:57 +00:00
curse.gradle chore(ci): add pre-commit as well as split variables out 2022-04-24 13:44:14 +01:00
discord.gradle chore(ci): add pre-commit as well as split variables out 2022-04-24 13:44:14 +01:00
env-variables.gradle chore(ci): add pre-commit as well as split variables out 2022-04-24 13:44:14 +01:00
gradle.properties refactor: reorganise the package structure 2022-04-24 03:30:26 +01:00
gradlew Added wrapper and updated mapping 2018-06-07 15:20:30 +01:00
gradlew.bat chore(ci): add pre-commit as well as split variables out 2022-04-24 13:44:14 +01:00
settings.gradle chore: fix up project caps 2023-11-22 00:25:22 +00:00
version.txt chore(ci): add pre-commit as well as split variables out 2022-04-24 13:44:14 +01:00

README.md

Advanced portals

Need to write a new readme for this.

Also I will set up release please to work with the below types for pretty changelogs.

The re-code is based off a mix of the original version, and the original re-code that was abandoned see here.

Part of this are currently a mess in terms of package organising, though any API changes will be documented in the changelog as well as the main registry classes should be relatively solid.

The goal of this rewrite is to make it easier to port to other platforms as well as add extra tags.

Contributing

Please ensure that your commits are in the following style for PR's

https://www.conventionalcommits.org/en/v1.0.0/

Types available

  • build: Changes that affect the build system or external dependencies
  • ci: Changes to our CI configuration files and scripts
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

Scopes available

The scopes available should be the specific modules being worked on. E.g. core, spigot, docs

Documentation

That is handled on the website branch.

At some point I may merge this onto this branch to try to push for documentation changes with new features, though for now this works.