Recherche Résolu Je cherche un plugin d'avis de recherche !

crapaudainx8

Architecte en herbe
12 Mars 2016
70
5
53
33
Je cherche un plugin qui me permettre de lancer un avis de recherche dans le chat ! example :
Le royaume recherche cette personnes (joueur) !
pour les delits suivants : le délit ...
Voila la commande pourrais etre /recherche (player) (délit) (prime)
 

crapaudainx8

Architecte en herbe
12 Mars 2016
70
5
53
33
Merci je vais voir ce que sa donne !
;)

Bon bas je sais pas ce qu'il a avec moi mdr internal error enfin le truc basique quelqu'un d'autres informations ?
 
Dernière édition par un modérateur:

crapaudainx8

Architecte en herbe
12 Mars 2016
70
5
53
33
[Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'bounty' in plugin Bounty v1.8
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1296) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1156) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_72]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_72]
at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:690) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:360) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:646) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:550) [craftbukkit-1.10.jar:git-Bukkit-10c10b3]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/ChatColor
at me.tyler.aura.BountyCommand.onCommand(BountyCommand.java:18) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.10.jar:git-Bukkit-10c10b3]
... 15 more
 

crapaudainx8

Architecte en herbe
12 Mars 2016
70
5
53
33
Va lire les règles du forum alors ;)
#
# Bounty Config #
minimum-bounty-price: 5000
show-bounty-status-in-chat: true
drop-heads: true
send-message-on-leave: true
send-message-on-join: true
messages:
help:
title: '&e**** &6&lBOUNTY HELP &e****'
list: ' &6/bounty list &7&o(List all active bounties)'
set: ' &6/bounty set (name) (price) &7&o(Set a bounty on another player)'
add: ' &6/bounty add (name) (price) &7&o(Add to an existing bounty)'
remove: ' &6/bounty remove (name) &7&o(ADMIN: Remove bounty)'
reload: ' &6/bounty reload &7&o(ADMIN: Reload config)'
list:
title: '&e**** &6&lACTIVE BOUNTIES &e****'
no-active-bounties: '&cThere are no active bounties.'
command-usage:
set-bounty: '&cUsage: &6/bounty set (name) (price)'
add-to-bounty: '&cUsage: &6/bounty add (name) (price)'
remove: '&cUsage: &6/bounty remove (name)'
misc:
reload: '&6&lBOUNTY: &a&lConfig Reloaded!'
error-adding-to-bounty: '&c&lError: &6Player does not have a bounty.'
error-player-not-found: '&c&lError: &6Player not found.'
error-money-set: '&c&lError: &6You do not have enough money to place this bounty.'
error-money-add: '&c&lError: &6You do not have enough money to add to this bounty.'
error-price-too-low: '&c&lError: &6The minimum bounty price is &a$[minimumPrice]&6!'
error-invalid-price: '&c&lError: &6Invalid bounty price.'
error-existing-bounty: '&c&lError: &6There is already a bounty on this player.
You can add to it using /bounty add.'
error-no-bounty: '&c&lError: &6There is no bounty on this player. You can place
one using /bounty set.'
error-bounty-set-self: '&c&lError: &6You can not set a bounty on yourself!'
error-bounty-add-self: '&c&lError: &6You can not add to your own bounty!'
error-player-exempt: '&c&lError: &6You can not set a bounty on this player.'
main:
you-were-charged-set: '&6&lBOUNTY: &aYou were charged $[price] for placing a bounty.'
you-were-charged-add: '&6&lBOUNTY: &aYou were charged $[price] for adding to a
bounty.'
bounty-set: '&6&lBOUNTY: &eA bounty of &a$[price] &ehas been placed on &6&n[bountyPlayer]
&eby &6&n[bountySetter]&e!'
bounty-add: '&6&lBOUNTY: &a$[price] &ehas been added to the bounty on &6&n[bountyPlayer]
&eby &6&n[bountyAdder]&e!'
bounty-leave: '&6&lBOUNTY: &eThe bounty on &6[bountyPlayer] &ewill be claimable
when they login again.'
bounty-join: '&6&lBOUNTY: &6[bountyPlayer] &elogged in and has a claimable bounty.'
bounty-claim-broadcast: '&6&lBOUNTY: &eThe bounty on &6[bountyPlayer] &ehas been
claimed by &6[bountyClaimer]&e!'
bounty-claim-player: '&6&lBOUNTY: &eYou claimed the bounty on &6&n[bountyPlayer]
&eand got &a$[price]&e!'
bounty-removed: '&6&lBOUNTY: &eThe bounty on &6[bountyPlayer] &ewas removed by
&6[sender]&e.'
 

crapaudainx8

Architecte en herbe
12 Mars 2016
70
5
53
33
#
# Bounty Config #
minimum-bounty-price: 5000
show-bounty-status-in-chat: true
drop-heads: true
send-message-on-leave: true
send-message-on-join: true
messages:
help:
title: '&e**** &6&lBOUNTY HELP &e****'
list: ' &6/bounty list &7&o(List all active bounties)'
set: ' &6/bounty set (name) (price) &7&o(Set a bounty on another player)'
add: ' &6/bounty add (name) (price) &7&o(Add to an existing bounty)'
remove: ' &6/bounty remove (name) &7&o(ADMIN: Remove bounty)'
reload: ' &6/bounty reload &7&o(ADMIN: Reload config)'
list:
title: '&e**** &6&lACTIVE BOUNTIES &e****'
no-active-bounties: '&cThere are no active bounties.'
command-usage:
set-bounty: '&cUsage: &6/bounty set (name) (price)'
add-to-bounty: '&cUsage: &6/bounty add (name) (price)'
remove: '&cUsage: &6/bounty remove (name)'
misc:
reload: '&6&lBOUNTY: &a&lConfig Reloaded!'
error-adding-to-bounty: '&c&lError: &6Player does not have a bounty.'
error-player-not-found: '&c&lError: &6Player not found.'
error-money-set: '&c&lError: &6You do not have enough money to place this bounty.'
error-money-add: '&c&lError: &6You do not have enough money to add to this bounty.'
error-price-too-low: '&c&lError: &6The minimum bounty price is &a$[minimumPrice]&6!'
error-invalid-price: '&c&lError: &6Invalid bounty price.'
error-existing-bounty: '&c&lError: &6There is already a bounty on this player.
You can add to it using /bounty add.'
error-no-bounty: '&c&lError: &6There is no bounty on this player. You can place
one using /bounty set.'
error-bounty-set-self: '&c&lError: &6You can not set a bounty on yourself!'
error-bounty-add-self: '&c&lError: &6You can not add to your own bounty!'
error-player-exempt: '&c&lError: &6You can not set a bounty on this player.'
main:
you-were-charged-set: '&6&lBOUNTY: &aYou were charged $[price] for placing a bounty.'
you-were-charged-add: '&6&lBOUNTY: &aYou were charged $[price] for adding to a
bounty.'
bounty-set: '&6&lBOUNTY: &eA bounty of &a$[price] &ehas been placed on &6&n[bountyPlayer]
&eby &6&n[bountySetter]&e!'
bounty-add: '&6&lBOUNTY: &a$[price] &ehas been added to the bounty on &6&n[bountyPlayer]
&eby &6&n[bountyAdder]&e!'
bounty-leave: '&6&lBOUNTY: &eThe bounty on &6[bountyPlayer] &ewill be claimable
when they login again.'
bounty-join: '&6&lBOUNTY: &6[bountyPlayer] &elogged in and has a claimable bounty.'
bounty-claim-broadcast: '&6&lBOUNTY: &eThe bounty on &6[bountyPlayer] &ehas been
claimed by &6[bountyClaimer]&e!'
bounty-claim-player: '&6&lBOUNTY: &eYou claimed the bounty on &6&n[bountyPlayer]
&eand got &a$[price]&e!'
bounty-removed: '&6&lBOUNTY: &eThe bounty on &6[bountyPlayer] &ewas removed by
&6[sender]&e.'
enfin la cest en format texte donc sa ne respect pas le format yaml