Witam, mam prośbę ogromną ponieważ chciałbym dodać ilość od 1 do 10 za moba o nazwie: "&7Umarly Rycerz &3EXP 0" który miałby być szkieletem lecz nie umiem rozkminić jak to zrobić więc proszę o pomoc.
Dorzucam linijki kodu na których próbowałem coś robic (chciałbym powiedzieć ze odhaszowanie nie dało efektu)
# if has custom name test give another amount of xp
# you can still use color codes on entity just not use it here
# This can be used for custom mobs
# match string of customName
# supports PlaceholderAPI
#name:
# 'test':
# min: 7
# max: 7
a to cały plik .yml
# #
# PvPLevels #
# by #
# MathiasMC #
# Any ideas for the plugin or need help? #
# contact me on spigot #
# #
# Check for updates on startup?
update-check: true
# Check for blocks and get xp if type found. (disable block break, place event) (Require server restart)
blocks: true
# Group setup player is automatic set to group
# if has permission on join
# Case sensitive and must be found in levels.yml
# Works from top to bottom
# Best group should be at top
# Example:
# master: pvplevels.group.master
# vip: pvplevels.group.vip
# default: pvplevels.group.default
# if you have permission on join, you get vip
# but if has master permission you will get master group
groups:
default: pvplevels.group.default
vip: pvplevels.group.vip
vip+: pvplevels.group.vip+
svip: pvplevels.group.svip
svip+: pvplevels.group.svip+
# Stop multiplier on quit?
multiplier-quit: true
# Worlds section
# Disable getting stats in worlds in thís list
worlds:
- world_nether
# Instant death on certain y level
instant-death:
# Use? (Require server restart)
use: false
# Respawn instant?
respawn: false
# Y-value for death
y: -1
# Database settings
mysql:
use: false
host: localhost
port: 3306
database: database
username: username
password: password
# Get latest data on player join
# Used to sync cached data across multiple servers
# Recommended setting is 1-10 to be sure the other servers has updated data before getting new data
# If using SQLite or one server set to 0
# Seconds.
update: 2
# Save to the database every x amount of times got xp
# Recommended setting 3-20
save: 5
# Automatically remove inactive players from the database (remove section to disable)
purge:
# How often to check the activity of players? Seconds.
interval: 7200
# Check on server startup?
check-on-startup: true
# How many days a player must be offline to remove him from the database.
inactive-days: 30
# Additional commands that will be executed along with the purge. It may
# be useful for deleting player data from a databases of other plugins.
commands: []
# Stop players from farming xp from killing the same player.
kill-session:
use: true
# Amount of times a player must kill another player to get in the kill session.
amount: 4
# Amount of time (in seconds) a player is in the kill session.
Pytanie
Konspirant 0
Witam, mam prośbę ogromną ponieważ chciałbym dodać ilość od 1 do 10 za moba o nazwie: "&7Umarly Rycerz &3EXP 0" który miałby być szkieletem lecz nie umiem rozkminić jak to zrobić więc proszę o pomoc.
Dorzucam linijki kodu na których próbowałem coś robic (chciałbym powiedzieć ze odhaszowanie nie dało efektu)
a to cały plik .yml
Odnośnik do komentarza
https://skript.pl/temat/51218-customowe-nazwy-mob%C3%B3w-pluginie-pvplevels/Udostępnij na innych stronach
0 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.