Never use maven module name!

Co-Authored-By: Govindas <16716020+GovindasOM@users.noreply.github.com>
This commit is contained in:
mohammed jasem alaajel 2021-06-14 09:06:15 +04:00 committed by Govindas
parent 13560e9925
commit b6b8a27a39
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ public class RediSkript extends JavaPlugin {
//DO NOT USE THIS IN NON STATIC CLASSES
public static RediSkript getAPI(){
//this safer than making static.
return (RediSkript) Bukkit.getServer().getPluginManager().getPlugin("RediSkript-bukkit");
return (RediSkript) Bukkit.getServer().getPluginManager().getPlugin("RediSkript");
}
}

View File

@ -1,5 +1,5 @@
main: net.limework.rediskript.RediSkript
name: ${project.name}
name: RediSkript
version: ${project.version}
authors: [Govindas, ham1255, DaemonicKing, limework.net]
api-version: 1.13