• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

Fragen zu plugins ?

Status
Für weitere Antworten geschlossen.

crafter629

Minecrafter
Registriert
11 Juli 2012
Beiträge
6
Diamanten
0
Hi Leute,
Wenn ihr Fragen zu Plugins habt sagt bescheid ich
besitze nämlich einen Server mit 70+ plugins,
Die teilweise selbst geschrieben sind.
und kann euch aus Erfahrung helfen :D
FAQ
FrageAntwort
Stellt bitte Fragen :D
 
Zuletzt bearbeitet:

timme50

Minecrafter
Registriert
26 Juni 2012
Beiträge
24
Diamanten
0
Ok ich habe ein Problem
Also ich habe auch ein Server mit groups(Admin,Owner,usw) und auch Jobs.
So das alles steht so im chat wenn jemand etwas schreibt: <Miner [Owner]timme50>message
Aber ich möchte das es so aussieht: <(Miner) [Owner]timme50>message
 

crafter629

Minecrafter
Registriert
11 Juli 2012
Beiträge
6
Diamanten
0
Welche Chateingebundenen Plugins hast du denn ?
- iChat
- Essentials Chat
- Falsebookchat
- etc.

Hast du Jobs installiert ?
Die config sollte dann so aussehen.


# The general configuration for the jobs plugin mostly includes how often the plugin# saves user data (when the user is in the game), the storage method, whether
# to broadcast a message to the server when a user goes up a skill level.
# It also allows admins to set the maximum number of jobs a player can have at
# any one time.


# storage method, can be MySQL, sqlite, h2
storage-method: sqlite
# Requires Mysql.
mysql-username: root
mysql-password: ''
mysql-url: jdbc:mysql://localhost:3306/minecraft
mysql-table-prefix: ''
# How often in minutes you want it to save, 0 disables periodic saving and
# the system will only save on logout
save-period: 10
# Do all players get a message when somone goes up a skill level?
broadcast-on-skill-up: false
# Do all players get a message when somone goes up a level?
broadcast-on-level-up: false
# Maximum number of jobs a player can join.
# Use 0 for no maximum
max-jobs: 3
# option to allow payment to be made when killing mobs from a spawner
enable-pay-near-spawner: false
# option to allow payment to be made in creative mode
enable-pay-creative: false
# Modifys chat to add chat titles. If you're using a chat manager, you may add the tag {jobs} to your chat format and disable this.
modify-chat: false
# Changes how how many players are paid per payment batch. Setting this too low or too high may cause tick lag.
economy-batch-size: 10
# Changes how often, in seconds, players are paid out. Default is 5 seconds.
# Setting this too low may cause tick lag. Increase this to improve economy performance (at the cost of delays in payment)
economy-batch-delay: 5
 
Zuletzt bearbeitet:

crafter629

Minecrafter
Registriert
11 Juli 2012
Beiträge
6
Diamanten
0
Und Jobs ?
oder ein anderes Jobplugin ?

Ansonsten stelle EssentialsChat so ein.

Nur die Rangnamen sollten einem GroupManager entsprechen.

Also Essentials solltest du so einstellen:

###########################################
# +------------------------------------------------------+ #
# | EssentialsChat | #
# +------------------------------------------------------+ #
###########################################


chat:


# If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
# Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
# Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
# Or with essentials.chat.question can override this by prefixing text with a question mark (?)
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
radius: 0


# Chat formatting can be done in two ways, you can either define a standard format for all chat
# Or you can give a group specific chat format, to give some extra variation.
# If set to the default chat format which "should" be compatible with ichat.
# For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting


#format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'


group-formats:
Gast: '&7 {[jobs]} {DISPLAYNAME}:&f {MESSAGE}'
Admin: '&7 {[jobs]}&c&n{DISPLAYNAME}:&2 {MESSAGE}'
User: '&7 {[jobs]}&6{DISPLAYNAME}:&f {MESSAGE}'
Moderator: '&7 {[jobs]}&2{DISPLAYNAME}:&3 {MESSAGE}'
Goldmember: '&7 {[jobs]}&e{DISPLAYNAME}:&f {MESSAGE}'
Default: '&7 {[jobs]}&7{DISPLAYNAME}:&f {MESSAGE}'
VIP: '&7 {[jobs]}&3{DISPLAYNAME}:&b {MESSAGE}'
 
Zuletzt bearbeitet:

crafter629

Minecrafter
Registriert
11 Juli 2012
Beiträge
6
Diamanten
0
Ja ich habe Jobs und essentials Chat ist auch so eingestellt

- - - Aktualisiert - - -

Ich möchte ja nur um den job klammern haben also (miner)

Dann Stelle die Plugins folgender maßen ein.

Nur die Rangnamen sollten einem GroupManager entsprechen.

EssentialsChat

###########################################
# +------------------------------------------------------+ #
# | EssentialsChat | #
# +------------------------------------------------------+ #
###########################################


chat:


# If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
# Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
# Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
# Or with essentials.chat.question can override this by prefixing text with a question mark (?)
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
radius: 0


# Chat formatting can be done in two ways, you can either define a standard format for all chat
# Or you can give a group specific chat format, to give some extra variation.
# If set to the default chat format which "should" be compatible with ichat.
# For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting


#format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'


group-formats:
Gast: '&7 {[jobs]} {DISPLAYNAME}:&f {MESSAGE}'
Admin: '&7 {[jobs]}&c&n{DISPLAYNAME}:&2 {MESSAGE}'
User: '&7 {[jobs]}&6{DISPLAYNAME}:&f {MESSAGE}'
Moderator: '&7 {[jobs]}&2{DISPLAYNAME}:&3 {MESSAGE}'
Goldmember: '&7 {[jobs]}&e{DISPLAYNAME}:&f {MESSAGE}'
Default: '&7 {[jobs]}&7{DISPLAYNAME}:&f {MESSAGE}'
VIP: '&7 {[jobs]}&3{DISPLAYNAME}:&b {MESSAGE}'

Jobs


# storage method, can be MySQL, sqlite, h2
storage-method: sqlite
# Requires Mysql.
mysql-username: root
mysql-password: ''
mysql-url: jdbc:mysql://localhost:3306/minecraft
mysql-table-prefix: ''
# How often in minutes you want it to save, 0 disables periodic saving and
# the system will only save on logout
save-period: 10
# Do all players get a message when somone goes up a skill level?
broadcast-on-skill-up: false
# Do all players get a message when somone goes up a level?
broadcast-on-level-up: false
# Maximum number of jobs a player can join.
# Use 0 for no maximum
max-jobs: 3
# option to allow payment to be made when killing mobs from a spawner
enable-pay-near-spawner: false
# option to allow payment to be made in creative mode
enable-pay-creative: false
# Modifys chat to add chat titles. If you're using a chat manager, you may add the tag {jobs} to your chat format and disable this.
modify-chat: true
# Changes how how many players are paid per payment batch. Setting this too low or too high may cause tick lag.
economy-batch-size: 10
# Changes how often, in seconds, players are paid out. Default is 5 seconds.
# Setting this too low may cause tick lag. Increase this to improve economy performance (at the cost of delays in payment)
economy-batch-delay: 5
 
Zuletzt bearbeitet:

Mr_McKing

Minecrafter
Gesperrt
Registriert
31 Mai 2012
Beiträge
12
Diamanten
0
Hi kannst du mir sagen wie ich zu einem Command oder Event ein Cooldown hinzufügen kann so das man den Befehl zum Beispiel nur alle 2 Minuten machen kann MFG Mr_McKing


Zum beispiel an dem Command


if(cmd.getName().equalsIgnoreCase("Mr_McKing")) {
}
if(sender instanceof Player) {
Player p = (Player) sender;
if(args.length == 0) {
if(p.hasPermission("Mr_McKing"));
p.sendMessage(ChatColor.GOLD + "=====================================================");
p.sendMessage(ChatColor.DARK_GREEN + "Mr_McKing ist der beste ;D");
p.sendMessage(ChatColor.DARK_GREEN + "und nicht " + p.getName());
p.sendMessage(ChatColor.GOLD + "=====================================================");

}
else {
p.sendMessage(ChatColor.RED + "DIESER BEFEHL IST ZU BOESE FUER DICH!");
}
}
else {
System.out.println("NE NE NE Dieser Befehl ist nur für Spieler!");
}
{
 
Status
Für weitere Antworten geschlossen.
Oben