forked from Limework/RediSkript
Never use maven module name!
Co-Authored-By: Govindas <16716020+GovindasOM@users.noreply.github.com>
This commit is contained in:
parent
13560e9925
commit
b6b8a27a39
@ -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");
|
||||
}
|
||||
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user