PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.34k stars 2.2k forks source link

Fixed typo in Registration.java #10985

Closed Hinterhaeltiger closed 5 days ago

Hinterhaeltiger commented 5 days ago

line 65 in Registration.java contained "overriden" instead of "overridden".

github-actions[bot] commented 5 days ago

Please do not open pull requests from the master branch, create a new branch instead.

lynxplay commented 5 days ago

As a heads up, the test plugin contents are not example code. There is 0 gain in fixing typos there.

Hinterhaeltiger commented 5 days ago

yeah sorry for the trouble, I didn't select the right branch in my IDE. Is the plugin only for internal testing?

lynxplay commented 5 days ago

Yea, this is purely here for paper devs/contributors to quickly test their code additions/changes. Code examples for plugin developers should be in the docs.

Hinterhaeltiger commented 5 days ago

Oh ok. Sorry again, I'm new to Paper development :)