CivClassic / CivModCore

Plugin Core and general purpose API for Civ Plugins - Updated for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
2 stars 20 forks source link

Move PseudoServer out of test folder so other plugins can use it #91

Closed Protonull closed 3 years ago

Protonull commented 3 years ago

Moves the PseudoServer class from /src/test/java/org/bukkit/pseudo/PseudoServer to /src/main/java/org/bukkit/pseudo/PseudoServer, which allows for other civ plugins to use it for their unit tests.