Configuration
It is possible to modify all the parameters of the config.yml file directly in game with the /ghast settings
command
A fairly intuitive GUI will open with all the various settings
Description of the config.yml file
speed-value:
default: 0.05
riding:
#---profiles---
user: 0.08
vip: 0.12
admin: 0.15
speed-value: Contains two types of speed, the first one is the "default" one and is applied to all ghasts in the world
(In vanilla Minecraft the speed of the Happy Ghast is 0.05)
The second type contains multiple "profiles" that can be easily assigned to players via the " smarthappyghast.riding.[profile]
" permission.
pickup-happy-ghast: false
Enable or disable the ability to collect our owned happy ghasts in the form of eggs
auto-lock-on-mount: false
auto-lock-on-mount: allows you to automatically lock the ghast the first time you ride it as long as it doesn't already belong to someone
ghast-parking: true
ghast-parking: Allows you to park the ghast wherever you want without it flying around or into the sky
maximum-locking-distance: 15
maximum-locking-distance: Determines the maximum distance you can be from the Happy Ghast to lock it.
attract-with-item:
enable: true
item: SNOWBALL
max-distance: 50.0 # blocks
attract-with-item: It's a feature that allows you to "recall" your Happy Ghast if it flies too far away in the sky. In this case, up to 50 blocks, holding a snowball and aiming at the Happy Ghast, it will start to approach us
messages: []
messages: Contains all messages editable/translatable by the plugin
help: []
help: Contains all command messages viewable in chat with the /ghast help command
chat-info:
show-nearby-players: true
player-distance: 10 #blocks
divider: "&7&m "
spacer: "&f"
associated: "&l &a Associated players:"
owner: "&l &6 ★ &f"
player: " &f★ &f"
remove: " &4[✕]&f"
press-to-remove: "&cPress to remove "
not-associated: "&l &e Players nearby:"
neighbors: " &7★ &f"
add: " &a[+]&f"
press-to-add: "&aPress to add "
chat-info: Whenever you block a Happy Ghast or add a player to it, the list of players will be displayed in chat You can also view and add nearby players directly from the chat with a simple click
passengers-gui:
safety-ejects: true
title: " &2&l Ghast Passengers"
player: "&b %player%"
ejects: "&cEjects %player%"
With this feature, running the command /ghast passengers
while riding a Happy Ghast will open a GUI to eject passengers.
Last updated