Bonjour, depuis longtemps j'ai un gros problème avec le spawn des nouveaux joueurs je m'explique :
Quand un nouveau joueurs spawn il apparait au spawn du monde "Spawn"...Tout à fait normal..Mais dès qu'il se /register il apparait sur le toit du spawn du monde "world" ce qui pose un gros problème car c'est embêtant que la première vue du joueur soit un toit tous moche...Je souhaiterai que le joueurs spawn au spawn et qu'il y reste même après son /register est-ce possible ?
Mes plugins importants :
- Multiverse-Core
- Essentials
- xAuth
Configuration :
xAuth :
Essentials (partie intéressante seulement) :
- Multiverse-Core :
Voila, merci d'avoir lu et merci d'avance
Quand un nouveau joueurs spawn il apparait au spawn du monde "Spawn"...Tout à fait normal..Mais dès qu'il se /register il apparait sur le toit du spawn du monde "world" ce qui pose un gros problème car c'est embêtant que la première vue du joueur soit un toit tous moche...Je souhaiterai que le joueurs spawn au spawn et qu'il y reste même après son /register est-ce possible ?
Mes plugins importants :
- Multiverse-Core
- Essentials
- xAuth
Configuration :
xAuth :
Code:
main:
auto-disable: false
check-premium: false
reload-on-join: false
mysql:
enabled: true
host: sql-3.verygames.net
port: 3306
user: minecraft5387
password: ktkg6rq82
database: minecraft5387
tables:
account: accounts
location: locations
lockout: lockouts
playerdata: playerdata
playerstorage: playerstorage
session: sessions
permissions:
backend: bukkit
use-material-names: true
debug: false
authurl:
enabled: false
url: http://localhost
registration: false
status: false
groups: false
broadcast-login: false
single-session:
reverse: true
guests:
reverse: false
immunity-length: 5
registration:
enabled: true
forced: true
require-email: false
validate-email: false
account-limit: 0
activation: false
require-login: true
password:
default-type: 0
convert-password: false
min-length: 6
allow-change: true
complexity:
lowercase: false
uppercase: false
number: false
symbol: false
guest:
timeout: 300
notify-cooldown: 5
hide-inventory: true
protect-location: true
gamemode: ADVENTURE
restrict:
player:
chat: true
interact: true
move: true
pickup: true
command:
register: false
login: false
l: false
damage: true
regain: true
level: true
splash: true
target: true
block:
place: true
break: true
entity:
damage: true
target: true
session:
length: 3600
verifyip: true
godmode-length: 5
strikes:
amount: 5
lockout-length: 3600
account:
track-last-login: true
filter:
min-length: 3
allowed: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_
disallowed: ''
blank-name: true
commands: true
groups:
move-on-register: Spawn
auto-assign: false
Essentials (partie intéressante seulement) :
Code:
newbies:
# Should we announce to the server when someone logs in for the first time?
# If so, use this format, replacing {DISPLAYNAME} with the player name.
# If not, set to ''
#announce-format: ''
announce-format: '&dBienvenue {DISPLAYNAME}&d sur IdemCraft !'
# When we spawn for the first time, which spawnpoint do we use?
# Set to "none" if you want to use the spawn point of the world.
spawnpoint: Spawn
# Do we want to give users anything on first join? Set to '' to disable
# This kit will be given regardless of cost, and permissions.
#kit: ''
kit: start
# Set this to lowest, if you want Multiverse to handle the respawning.
# Set this to high, if you want EssentialsSpawn to handle the respawning.
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
respawn-listener-priority: lowest
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: false
# End of File <-- No seriously, you're done with configuration.
- Multiverse-Core :
Code:
# ------------------------------------------------------------------------- #
# This is the MV2 Config. If you mess it up, copy the values out #
# delete it, and it will be regenerated. Then use the ingame interface #
# to add your values back via the "/mv conf" command. #
# When in-game, simply type: "/mv conf ?" for help. #
# A config with explanations can be found here: #
# https://github.com/Multiverse/Multiverse-Core/wiki/config.yml #
# #
# #
# IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
# #
# Do NOT delete this line from your config!!!! #
# ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration #
# #
# IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
# ------------------------------------------------------------------------- #
multiverse-configuration:
==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
enforceaccess: 'false'
prefixchat: 'false'
prefixchatformat: '[%world%]%chat%'
useasyncchat: 'true'
teleportintercept: 'true'
firstspawnoverride: 'false'
displaypermerrors: 'true'
globaldebug: '0'
silentstart: 'false'
messagecooldown: '5000'
version: '2.9'
firstspawnworld: Spawn
teleportcooldown: '1000'
defaultportalsearch: 'false'
portalsearchradius: '128'
Voila, merci d'avoir lu et merci d'avance
