-
Notifications
You must be signed in to change notification settings - Fork 3
API
Nononitas edited this page Sep 14, 2024
·
9 revisions
Maven
<repository>
<id>nononitas</id>
<url>https://repo.rafi67000.xyz/nononitas</url>
</repository>
<dependency>
<groupId>eu.nononitas</groupId>
<artifactId>pl-hide-pro-api</artifactId>
<version>LATEST-VERSION</version>
<scope>provided</scope>
</dependency>
Gradle
maven {
url = uri("https://repo.rafi67000.xyz/nononitas")
}
implementation("eu.nononitas:pl-hide-pro-api:LATEST-VERSION")
- SetGroupEvent
- PlayerExecuteCommandEvent
Replace Event with a valid Event
@Listener
public void onEvent(Event event){
}
PlHideAPI.getEventManager().registerListener(new Listener());
PlHideAPI.getPlayerManager().getPlHidePlayer(player);
If you think that something is missing let us know in discord, Thanks for taking your time to read this!
- Home
- Groups explained
- Commands and Permissions
- Lists
-
FAQ's
- Give access to another/multiple groups
- How do my players get pl-hide group?
- How to block a specific command?
- How to block all subargs of a command?
- How to allow the base command and some subargs? [Only for the commands lists]
- What is the operator *
- How to whitelist all commands at once?
- Add all command of a plugin automatically
- Add WorldEdit commands
- My groups aren't working like expected
- Create a bypass group
- Tab completion with a space
- Whitelist the command /!
- Error-causing plugins
- API
More help is available on the Discord (Click the logo for an invite link):