FabledVipPremium icon

FabledVipPremium -----

Premium



[​IMG]
Tested on 1.18 and up to servers
To do list:

Join motd
Players can change join and quit message in game ( Blocking bad words and ads)
Join sounds per player
Fabled is a coded plugin for private members on your Vip server, which contains private chat and potion features, does not generate additional, lagg and similar problems.Fabled Premium now includes many things! private key system, ability to create as many potion effects as you want, login and logout messages, private chat and more!
Warning, please edit the plugin while the server is in down mode, or refresh using plugman ! otherwise everything you changed will be lost

[​IMG]
You can change permission from config file
  • /FabledVip : Permission > fabledvip.adminisator
    • reload - Reload the config and other files
    • about - Get information about fabledvip
    • commands - Get all fabledvip command
  • /FabledUser : Permission > fableduser.join/quit/use
    • chat - Toggle off/on vip chat
    • Join & quit messages
    • disposal
    • backpack
  • /FabledKeys
    • generatekey for example: generatekey gamemode_1_+player : Permission > fabledkeys.generatekey
    • removekey for example: removekey : Permission > fabledkeys.removekey
    • keylist - Gets all key : Permission > fabledkeys.keylist
  • /FabledPerks
    • Opens the poison menu, permission is: fabledperks.opengui
    • Each potion has its own permission, you can change from keys.yml
  • /FKey
    • Command to use keys
    • for Example: /FKey 12345

[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
Code (YAML):
# ______ _ _ ___ ___
# | ____| | | | | | \ \ / (_)
# | |__ __ _| |__ | | ___ __| |\ \ / / _ _ __
# | __/ _` | '_ \| |/ _ \/ _` | \ \/ / | | '_ \
# | | | (_| | |_) | | __/ (_| | \ / | | |_) |
# |_| \__,_|_.__/|_|\___|\__,_| \/ |_| .__/
# | |
# |_|
# Welcome to the FabledVip !
# First of all I wanna thank to you for download FabledVip.
#
# Discord address: https://discord.gg/aWNH3sZyu5
# Personal discord address: mixeration#5118
#
# If you find a any bug or something like, just text me hello!
#

options
:
cooldown
: 3 # Type of min

fabled-perks
:
Speed
:
display-name
: "&3&l&oSPEED"
group-name
: Speed
slot
: 20
material
: FEATHER
potionEffect
: SPEED
permission
: fabledperks.speed
power
: 2 # potion effect power
time
: 1 # potion effect time
lore
: "&bSpeed &7Perk"
Jump
:
display-name
: "&3&l&oJump"
group-name
: Jump
slot
: 21
material
: GOLD_INGOT
potionEffect
: JUMP
permission
: fabledperks.Jump
power
: 2
time
: 1
lore
: "&bHaste &7Perk"
[​IMG]
Code (YAML):
# ______ _ _ ___ ___
# | ____| | | | | | \ \ / (_)
# | |__ __ _| |__ | | ___ __| |\ \ / / _ _ __
# | __/ _` | '_ \| |/ _ \/ _` | \ \/ / | | '_ \
# | | | (_| | |_) | | __/ (_| | \ / | | |_) |
# |_| \__,_|_.__/|_|\___|\__,_| \/ |_| .__/
# | |
# |_|
# Welcome to the FabledVip !
# First of all I wanna thank to you for download FabledVip.
#
# Discord address: https://discord.gg/aWNH3sZyu5
# Personal discord address: mixeration#5118
#
# If you find a any bug or something like, just text me hello!
#
status
:
close
: "closed"
open
: "opened"

fabled-vip
:
back-pack
:
openGUI-command
: 'backpack'
disposal
:
Normal
:
size
: 27
permission
: fableduser.disposal.normal
gui-name
: "&8Normal disposal"
Epic
:
size
: 54
permission
: fableduser.disposal.epic
gui-name
: "&8Epic disposal"
permissions
:
openPerksGUI
: fabledperks.opengui
fabledvip-adminisator
: fabledvip.adminisator
fableduser-use
: fableduser.use
fableduser-chat
: fableduser.chat
fabledkeys-adminisator
: fabledkeys.adminisator
backpack
: fableduser.backpack
join-event
: fableduser.join
quit-event
: fableduser.quit
join-message-broadcast
: true # permission fableduser.join
quit-message-broadcast
: true # permission fableduser.quit
locale
: english
# This is default key lenght, If you`ll set this 8, maximum key lenght will be is 8
default-key-lenght
: 6
# This is vip chat format, As a simple when you send a message while a VipChat open, your message seems like this
vip-chat-format
: "&6&lVIP &e%fabledplayer_name% &8: &f%fabledplayer_message%"
# This is perk gui size and title (Header), you can change as you wish
perks-menu
:
title
: "&8FabledVip : Perks"
size
: 54 # Size formats, 9, 18, 27, 36, 45, 54
[​IMG]
Code (YAML):
# ______ _ _ ___ ___
# | ____| | | | | | \ \ / (_)
# | |__ __ _| |__ | | ___ __| |\ \ / / _ _ __
# | __/ _` | '_ \| |/ _ \/ _` | \ \/ / | | '_ \
# | | | (_| | |_) | | __/ (_| | \ / | | |_) |
# |_| \__,_|_.__/|_|\___|\__,_| \/ |_| .__/
# | |
# |_|
# Welcome to the FabledVip !
# First of all I wanna thank to you for download FabledVip.
#
# Discord address: https://discord.gg/aWNH3sZyu5
# Personal discord address: mixeration#5118
#
# If you find a any bug or something like, just text me hello!
#
# Soo, we had 2 mode types, send-message and run-command.
# Here is some examples:

custom-commands
:
help
:
mode
: send-message
command
: fabledviphelp
ask-permission
: false
permission
: fabledvip.help
message
:
- ""
- "&6&FabledVip &8
: &eHelp"
- " &7This is custom command"
- " &7You can change this message from &bFabledVip/custom_commands.yml"
- ""
fabledUserAliases
:
mode
: run-command
command
: fuser
ask-permission
: false
permission
: fabledvip.fuser
commands
:
- "fableduser"
[​IMG]
Code (YAML):
# ______ _ _ ___ ___
# | ____| | | | | | \ \ / (_)
# | |__ __ _| |__ | | ___ __| |\ \ / / _ _ __
# | __/ _` | '_ \| |/ _ \/ _` | \ \/ / | | '_ \
# | | | (_| | |_) | | __/ (_| | \ / | | |_) |
# |_| \__,_|_.__/|_|\___|\__,_| \/ |_| .__/
# | |
# |_|
# Welcome to the FabledVip !
# First of all I wanna thank to you for download FabledVip.
#
# Discord address: https://discord.gg/aWNH3sZyu5
# Personal discord address: mixeration#5118
#
# If you find a any bug or something like, just text me hello!
#
# How can i create my own custom command ?
# customCommnad: 'gamemode 1'
# -> for Example: gm1: 'gamemode 1'
#

key
: 'FKey'
vipcommands
: 'fableduser'
bag
: 'fableduser backpack'
[​IMG]
Code (YAML):
# ______ _ _ ___ ___
# | ____| | | | | | \ \ / (_)
# | |__ __ _| |__ | | ___ __| |\ \ / / _ _ __
# | __/ _` | '_ \| |/ _ \/ _` | \ \/ / | | '_ \
# | | | (_| | |_) | | __/ (_| | \ / | | |_) |
# |_| \__,_|_.__/|_|\___|\__,_| \/ |_| .__/
# | |
# |_|
# Welcome to the FabledVip !
# First of all I wanna thank to you for download FabledVip.
#
# Discord address: https://discord.gg/aWNH3sZyu5
# Personal discord address: mixeration#5118
#
# If you find a any bug or something like, just text me hello!
#
# How can i create my own Back pack level ?
# customBackPackLevel:
# permission: customBackPackLevel.permission
# size: 27 (9,18,27,36,45,54)
# gui-name: "&8Custom backpack"


back-pack-levels
:
# customBackPackLevel:
# permission: customBackPackLevel.permission
# size: 27 (9,18,27,36,45,54)
# gui-name: "&8Custom backpack"
Normal
:
permission
: fabledbackpacks.normal
size
: 27
gui-name
: "&8Normal backpack"
Epic
:
permission
: fabledbackpacks.epic
size
: 54
gui-name
: "&8Epic backpack"


# Do not touch this while server is online and players in game !
# Do not touch this while server is online and players in game !
# Do not touch this while server is online and players in game !
back-packs:

[​IMG]

Code (YAML):
#
# _
# | |
# | | __ _ _ __ __ _ _ _ __ _ __ _ ___
# | | / _` | '_ \ / _` | | | |/ _` |/ _` |/ _ \
# | |___| (_| | | | | (_| | |_| | (_| | (_| | __/
# |______\__,_|_| |_|\__, |\__,_|\__,_|\__, |\___|
# __/ | __/ |
# |___/ |___/
#
# Here is some tip about language file !
# You can create your own language-path
# You just need to do:
# messages:
# your-language-path: (for example turkish)
# turkish:
# update-found: "&a&lYeni sürüm bulundu !"
#
# This is optional feature, you can use as you wish.
# Warning ! do not use in perk-messages, this is not optimized and working diff.
#
# Welcome to the FabledVip !
# First of all I wanna thank to you for download FabledVip.
#
# Discord address: https://discord.gg/aWNH3sZyu5
# Personal discord address: mixeration#5118
#
# If you find a any bug or something like, just text me hello!
#

messages
:
english
:
update-found
: "&6&l[FabledVip] &eNew Update Found ! &7Download link: &fhttps://songoda.com/marketplace/product/fabledvip-fabledvip-a-simple-vip-perks.652"
update-not-found
: "&a&lThere is no any update !"
only-in-game
: "&cYou cannot use that command from console !"
fabled-user
:
toggle-fly
: "&7Fly is %status%"
vip-quit
:
- '&6&lVIP &e %fabledplayer_name% left the game!'
vip-join
:
- '&6&lVIP &e %fabledplayer_name% join the game!'
vip-chat
:
vip-chat-off
: "&a&lYey ! &7Vip chat off"
vip-chat-on
: "&a&lYey ! &7Vip chat on"
help
:
- ''
- '&6&lFabledUser &8- &eHelp messages'
- ' &f/FabledUser chat'
- ' &f/FabledUser disposal'
- ' &f/FabledUser fly'
- ' &f/FabledUser backpack'
- ''
fabled-vip
:
player-not-online
: '&c&lHey ! &7Player not online.'
plugin-reloaded
: '&a&lYey ! &7Plugin reloaded'
help
:
- ''
- '&6&lFabledVip &8- &eHelp messages'
- ' &f/FabledVip reload'
- ' &f/FabledVip about'
- ' &f/FabledVip commands'
- ' &f/FabledVip update'
- ''
fabled-keys
:
key-generated
: '&6&lFabledVip ! &7Key %key% created.'
key-not-found
: '&6&lFabledVip ! &7Key %key% not found.'
key-removed
: '&6&lFabledVip ! &7Key %key% removed.'
key-list-title
: '&6&lFabledKeys:'
wrong-usage
: '&6&lFabledKeys ! &7Wrong usage, correct usage type : &e%usage%'
key-active
: '&6&lFabledKeys ! &7Key %key% active !'
used-key
: '&6&lFabledKeys ! &7Key %key% is used before !'
help
:
- ''
- '&6&lFabledKeys &8- &eHelp messages'
- ' &f/FabledKeys generatekey '
- ' &f/FabledKeys removekey '
- ' &f/FabledKeys keylist'
- ' &f/FKey '
- ''

perk-messages
:
# Warning ! Title name needs to same with perks group-name !!!!!
# Speed:
# display-name: "&3&l&oSPEED"
# group-name: Speed
Resource Information
Author:
----------
Total Downloads: 136
First Release: Aug 8, 2021
Last Update: Apr 26, 2022
Category: ---------------
All-Time Rating:
0 ratings
Find more info at songoda.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings