Skip to content

Commit

Permalink
try and fix error with unknown players
Browse files Browse the repository at this point in the history
  • Loading branch information
98ping committed Aug 4, 2022
1 parent caef8ea commit d3cd386
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
Binary file modified .gradle/7.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/7.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/7.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified spigot/build/libs/spigot-1.0-SNAPSHOT-all.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion spigot/build/resources/main/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Alchemist
version: 1.44
main: ltd.matrixstudios.alchemist.AlchemistSpigotPlugin
author: 98ping
author: 98ping
loadbefore:
- Funnel
4 changes: 3 additions & 1 deletion spigot/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Alchemist
version: 1.44
main: ltd.matrixstudios.alchemist.AlchemistSpigotPlugin
author: 98ping
author: 98ping
loadbefore:
- Funnel

0 comments on commit d3cd386

Please sign in to comment.