Jump to content
  • 0

Votifier Frage


Kingleo1991

Frage

Hey Leute habe ne Frage. Ich benutze ja das Plugin Votiofier damit meine User auch Voten können und dadurch Belohungen bekommen. Jetzt Frage ich mich: Gibt es vielleicht einen Votelisterner bei dem man den Usern die gevotet haben für eine bestimmte Zeit, in einer bestimmten Welt, ein bestimmtes Recht (permission) geben kann? Wäre echt coll wenn ihr mir da nen link schicken könntet wenn es sowas gibt. Ich suche und suche aber finde gerade nix. :)

Link zu diesem Kommentar
Auf anderen Seiten teilen

4 Antworten auf diese Frage

Empfohlene Beiträge

  • 0

Hey kingleo,

ich könnte dir den GA Listener empfehlen. Der ist recht einfach zu bearbeiten in der config. du kannst da die commands einstellen in der welt mit zeitangabe usw.

ich weiß nicht welches permissions verwaltungsplugin du benutzt aber für pex als bsp wäre es wenn cih mich nciht irre /pex user "spieler" group add Premium "welt" "zeit in sec" ohne "" einfach so in die conifg in der richtigen stellen rein. als bsp /pex user {username} group add premium spawnwelt 300

kleine info am rande. nachdem die zeit abgelaufen ist und der user noch auf dem server ist hat er immernoch den rang. der geht erst weg wenn er einmal leftet und wieder joint

ich hoffe ich konnte dir etwas helfen ^^

MfG

Sascha

Link zu diesem Kommentar
Auf anderen Seiten teilen

  • 0

ich will keinen rang vergeben wie ich oben sagte smile.png sondern einfach nur eine fly permission smile.png (ist für meine skyblock welt smile.png) Aber nach dem was du da gesagt hast dürfte es damit ja dann auch kein prob geben evilgrin.png

XD

ist ja dann halt nur der befehl für die permission :D

schön jmd mal helfen zu können ^^

Sascha

Link zu diesem Kommentar
Auf anderen Seiten teilen

  • 0

Nach dem was ich gesehen habe kann ich dann direkt auch hinschreiben

- /pex user {username} timed add essentials.fly 3600 skyworld

- /money give {username} 1000

Um dem user direkt 1000 ingamegeld und die permission zu geben oder?

dann bräuchte ich den iconomy listerner gar net mehr smile.png

HMMM..... Irgendwie bekomme ich ihn net eingestellt. Er geht iwie ingame net sad.png


# GAListener v1.3.1

# http://www.minecraft-index.com


# settings section


# onlineonly - Only delivers rewards when the player is online. If they are offline it will wait and deliver when they next join the server!

# luckyvote - Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote.

# permvote - Enables the permission voting section, this allows voters to receive different rewards based upon their permissions.

# cumulative - Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes.

# broadcastqueue - Show broadcast message for queued votes.

# broadcastoffline - Show broadcast message for offline queued votes.

# broadcastrecent - Show broadcast message to recent voters (last 24 hours)

# votecommand - Enables the /vote command which will show the message contained in the votemessage section at the bottom of the config.

# rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.

# joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.

# voteremind - Message players who haven't voted in the last 24 hours. Shows the message contained in the remindmessage section at the bottom of this config.

# remindseconds - How often (in seconds) between each reminder message.

# ratelimit - Ignore votes received within this many seconds since the last vote for the same player on the same site. This should prevent duplicate votes.

# logfile - Log received votes to vote.log file.

# dbMode - Database mode. Use either mysql or sqlite.

# dbFile - Database filename for SQLite.

# dbHost - Database IP / Hostname for MySQL.

# dbPort - Database port for MySQL.

# dbUser - Database username for MySQL.

# dbPass - Database password for MySQL.

# dbName - Database name for MySQL.

# dbPrefix - Database table prefix.


settings:

 onlineonly: true

 luckyvote: true

 permvote: false

 cumulative: false

 broadcastqueue: true

 broadcastrecent: true

 broadcastoffline: false

 votecommand: true

 rewardcommand: false

 joinmessage: true

 voteremind: false

 remindseconds: 300

 ratelimit: 10

 logfile: false

 dbMode: 'sqlite'

 dbFile: 'GAL.db'

 dbHost: 'localhost'

 dbPort: 3306

 dbUser: 'root'

 dbPass: ''

 dbName: 'GAL'

 dbPrefix: ''


# services section (default is used if service doesn't exist)

# The example below would give 5 diamonds per vote.


services:

 default:

 broadcast: '{GREEN}{username} {gold} hat für den Server gevotet und bekommt 1000 Euro und 1 Stunde Fly in Skyworld!

 playermessage: '{Red}Danke für deinen Vote

 commands:

 - '/pex user {username} timed add essentials.fly 3600'

 - '/money give {username} 1000


# luckyvotes section

# The example below would give a 1 in 10 chance of a voter receiving an extra $1000, and a 1 in 50 chance of an extra $1000 and 100XP.


luckyvotes:

 '10':

 broadcast: '{GREEN}{username} Hatte Glück und bekommt zusätsliche 1000 Euro

 playermessage: '{GREEN}Herzlichen Glückwunsch

 commands:

 - '/money give give {username} 1000'

 '50':

 broadcast: {green}{username}Hatte großes Glück und bekommt zusätslich 1000 Euro und 5 Diamanten!

 playermessage:{green}Herzlichen Glückwunsch!

 commands:

 - /money give {username} 1000

 - /give {username} 264 5


# permission reward section

# This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.


perms:

 double:

 broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'

 playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'

 commands:

 - '/give {username} 264 10'


# cumulative reward section

# This example would give players 20 Diamonds once they have reached a total of 10 votes.


cumulative:

 '10':

 broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'

 playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'

 rewardmessage: '20x Diamond'

 commands:

 - '/give {username} 264 20'


# blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.


blocked:

- world_blocked


# Available formatting codes for messages:


# {service} {servicename} {SERVICE} = service name

# {username} {player} {name} = player username

# {votes} = current vote total

# & = Colour Symbol to enter manual colours / control codes

# {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}

# {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}

# {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}

# {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}

# {STRIKETHROUGH} {MAGIC} {RESET}


votemessage:

- '{GOLD}-----------------------------------------------------'

- 'Vote jeden Tag für uns, und bekomme tolle Belohnungen!'

- '{purble}Link 1: {blue}http://www.minecraft-serverlist.net/vote/15434'

- '{purble}Link 2: {blue}http://minecraft-server.eu/vote/index/96617'

- '{GOLD}-----------------------------------------------------'


remindmessage:

- '{GOLD}-----------------------------------------------------'

- 'Du hast heute noch nicht gevotet! Bitte Vote für den Server um uns zu helfen!'

- '{purble}Link 1: {blue}http://www.minecraft-serverlist.net/vote/15434'

- '{purble}Link 2: {blue}http://minecraft-server.eu/vote/index/96617'

- '{GOLD}-----------------------------------------------------'


joinmessage:

- '{GOLD}-----------------------------------------------------'

- 'Vote jeden Tag für uns, und bekomme tolle Belohnungen!'

- '{purble}Link 1: {blue}http://www.minecraft-serverlist.net/vote/15434'

- '{purble}Link 2: {blue}http://minecraft-server.eu/vote/index/96617'

- '{GOLD}-----------------------------------------------------'


# Additional formatting codes for below:


# {TOTAL} = vote total - used for /rewards

# {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards

# {POSITION} = current rank - used for /votetop

# {username} = player name - used for /votetop


rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'

votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'

rewardheader:

- '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'

votetopheader:

- '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'

rewardfooter:

Vielleicht siehst du ja einen fehler farum er net geht

Edit2: So jetzt geht es :) ob das mit der permission auch geht muss ich schauen XD ab er ich hoffe es :) danke für deineHilfe

bearbeitet von Kingleo1991
Link zu diesem Kommentar
Auf anderen Seiten teilen

Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren

Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!

Neues Benutzerkonto erstellen

Anmelden

Du hast bereits ein Benutzerkonto? Melde dich hier an.

Jetzt anmelden
×
×
  • Neu erstellen...
B
B