pavog / craftconomy3

An economy plugin for minecraftservers.
GNU Lesser General Public License v3.0
19 stars 8 forks source link

Fix exception in Bukkit 1.20 on command "/money give" from console #206

Closed pavog closed 1 year ago

pavog commented 1 year ago

Fix exception while trying to get player for console command (fix #196) With Bukkit MC 1.20 call to CraftServer.getPlayer with null uuid generate the following exception : java.lang.IllegalArgumentException: UUID id cannot be null

This fixes #196

Originally by EpiCanard #197