Eptalist icon

Eptalist -----

convenient whitelist, paper spigot velocity boungecord support



convenient whitelist
Plugin using jre 17!
Support: paper spigot velocity boungecord
https://modrinth.com/plugin/eptalist

don't pay attention to the name, I was too lazy to come up with something normal
/eptalist add <username>: Adds a player to the list
/eptalist remove <username>: Removes a player from the list
/eptalist on-off: includes - disables, list
/eptalist reload: reloads the configuration
/eptalist list: list of whitelisted players
/eptalist mode <identifier>: whitelist mode, unfinished but cool feature
/eptalist kick_nolisted: must be removed, I don't remember if it works

org.eptalist.storge.Sqlite
org.eptalist.storge.Mysql

Storge class: org.eptalist.storge.Json
Code (Text):

{
    "enable":true,
    "skip_to_op":true,
    "curent":{"namespace":"whitelist","path":"base"},
    "modes":[
        {
            "id":{"namespace":"whitelist","path":"base"},
            "storage":"org.eptalist.storge.Json", <- Storge provider class
            "data":{
                "file":"eptalist.json", <- path to whitelist file ~/eptalist.json
            },
            "msg":"messages if the player is not in the white list"
        }
    ]
}
 

Storge class: org.eptalist.storge.NBT
Code (Text):

{
    "enable":true,
    "skip_to_op":true,
    "curent":{"namespace":"whitelist","path":"base"},
    "modes":[
        {
            "id":{"namespace":"whitelist","path":"base"},
            "storage":"org.eptalist.storge.NBT", <- Storge provider class
            "data":{
                "file":"eptalist.nbt", <- path to whitelist file ~/eptalist.nbt
                "gzip": true <- turn on - turn off, compression
            },
            "msg":"messages if the player is not in the white list"
        }
    ]
}
 
[​IMG]
Resource Information
Author:
----------
Total Downloads: 64
First Release: Jan 28, 2025
Last Update: Mar 28, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings