VIPAccess

Simple plugin that prevents players from joing your server without specific permission.

54

Quick challenge

How far can you run before the mobs catch you?

VIPAccess

Simple plugin that prevents players from joing your server without specific permission.

Simply add the plugin to the server and restart it. A configuration and log file will be created at the specified path.

``` plugins/VIPAccess/config.yml ```

config.yml

```

config.yml (default)

enabled: true required-permission: server.vip kick-message: '&c&lERROR! &7No access!' #example redirect-server: '' # PLS DONT`T CHANGE, IT`S BROKEN ```

Commands

``` /vipaccess help - Show help lable

/vipaccess reload - Reload plugin

/vipaccess enabled [true/false] - Enable/disable plugin

/vipaccess required-permission [permission] - Set permission required to join the server (if <permission> == true, connect the player)

/vipaccess kick-message [message] - Set the message displayed to the player when access is denied

/vipaccess stats - Show statistics (how many players have been disconnected in total) ```

logs.yml

```

example

logs: entry-1743443057869: 'time: 2025-03-31T22:44:17.8695352, player: Steve, uuid: 7f1481b8-d272-35c1-9713-98662c3d01a5, ip: 123.456.789.101' ```

Warning!

Don`t work on op! Op always can join server!

ADS