Votifier aneb odměna za hlasy na Czech-Craft

Message
Autor
TheTheo
Příspěvky: 166
Registrován: 15 dub 2013, 19:56
Reputation: 0

Re: Votifier aneb odměna za hlasy na Czech-Craft

#11 Příspěvekod TheTheo » 12 kvě 2013, 21:46

Ako vytvorit widget

Uživatelský avatar
zikl
Příspěvky: 1123
Věk: 30
Registrován: 28 led 2012, 15:44
Reputation: 3
Kontaktovat uživatele:

Re: Votifier aneb odměna za hlasy na Czech-Craft

#12 Příspěvekod zikl » 12 kvě 2013, 22:02

TheTheo jestli používáš wordpress a nevíš jak udělat widget tak radši celej web smaž
ObrázekObrázek
Obrázek
Moje sestava:Seznam na CZC.CZ

TheTheo
Příspěvky: 166
Registrován: 15 dub 2013, 19:56
Reputation: 0

Re: Votifier aneb odměna za hlasy na Czech-Craft

#13 Příspěvekod TheTheo » 13 kvě 2013, 07:07

Pouzivam WP

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: Votifier aneb odměna za hlasy na Czech-Craft

#14 Příspěvekod Mysteria » 13 kvě 2013, 13:28

WP = Wordpress :D

fantomas2
Příspěvky: 1800
Registrován: 19 zář 2012, 17:54
Reputation: 0
Bydliště: Kanál
Kontaktovat uživatele:

Re: Votifier aneb odměna za hlasy na Czech-Craft

#15 Příspěvekod fantomas2 » 13 kvě 2013, 16:15

mám tu problém, dam hlasovat napíše mi váš hlas byl zaznamenán ale na serveru nič nedostanu :(
Tvorba web stránok zdarma pro velké herné portály, ozvi se SZ.

Uživatelský avatar
vasikxl
Příspěvky: 713
Registrován: 04 bře 2013, 20:57
Reputation: 0

Re: Votifier aneb odměna za hlasy na Czech-Craft

#16 Příspěvekod vasikxl » 13 kvě 2013, 18:13

Hmmm... Hoď nám sem /GAListener/config.yml a /Votifier/Config.yml a ještě URL tvého webu, zda-li je to možné

fantomas2
Příspěvky: 1800
Registrován: 19 zář 2012, 17:54
Reputation: 0
Bydliště: Kanál
Kontaktovat uživatele:

Re: Votifier aneb odměna za hlasy na Czech-Craft

#17 Příspěvekod fantomas2 » 13 kvě 2013, 21:19

v tom HTMl dábam jenom svoje ID ne?
Tvorba web stránok zdarma pro velké herné portály, ozvi se SZ.

Uživatelský avatar
vasikxl
Příspěvky: 713
Registrován: 04 bře 2013, 20:57
Reputation: 0

Re: Votifier aneb odměna za hlasy na Czech-Craft

#18 Příspěvekod vasikxl » 13 kvě 2013, 21:24

Jj, do toho HTML změníš jen ID svého serveru...

fantomas2
Příspěvky: 1800
Registrován: 19 zář 2012, 17:54
Reputation: 0
Bydliště: Kanál
Kontaktovat uživatele:

Re: Votifier aneb odměna za hlasy na Czech-Craft

#19 Příspěvekod fantomas2 » 13 kvě 2013, 21:28

No zase semnic nedostal :(
tu je config

Kód: Vybrat vše

#  GiveAnything Config
#  http://www.mc-index.com
#
#  Online only (default: true)
#  onlineonly: true
#
#  Only delivers rewards when the player is online.  If they are offline it will wait and deliver when they next join the server!
#
#  Lucky vote (default: false)
#  luckyvote: false
#
#  Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote, for the format see below.
#
#  Vote command (/vote) (default: false)
#  votecommand: false
#
#  Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config
#
#  Login vote reminder (default: false)
#  voteremind: false
#
#  Shows the message contained in the votemessage section at the bottom of this config to players when they join the server
#
#  Services section (default is used if service doesn't exist)
#  MC-Index:
#    broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!'
#    playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
#    commands:
#      - '/give {username} 264 5'
#      - '/xp give {username} 200'
#
#  The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index"
#
#  Lucky votes section (disabled by default)
#  luckyvotes:
#    50:
#      broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
#      playermessage: '{GREEN}You were lucky and received an extra $1000!'
#      commands:
#        - '/eco give {username} 1000'
#    100:
#      broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!'
#      playermessage: '{GREEN}You were super lucky and received an extra $5000!'
#      commands:
#        - '/eco give {username} 5000'
#
#  The above examples would give a 1 in 50 chance of a voter receiving an extra $1000, and a 1 in 100 chance of $5000
#  If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use.
#
#  Vote Message
#  votemessage:
#    - 'add a message here with voting information'
#    - 'players will see this when they type /vote'
#
#
#  Available codes for messages / commands:
#
#  {service}    {servicename}   {SERVICE}   = service name
#  {username}   {player}        {name}      = player username

#  & = 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}
#

settings:
  onlineonly: true
  luckyvote: false
  broadcastqueue: true
  votecommand: true
  voteremind: true
services:
  default:
    broadcast: '{GREEN}{username} {GOLD}volil na {GREEN}Czech-Craft {GOLD}a dostal {GREEN}odmenu {GOLD}a {GREEN}200 XP! Zahlasuj na webu a dostanes diammanty a jine uzitecne veci!'
    playermessage: '{GREEN}Dekujeme za hlasovani na {AQUA}{service}!' 
    commands:                             
      - '/give {username} 264 1'
      - '/xp give {username} 200'
      - '/give {username} 266 9'
      - '/give {username} 265 16'
      - '/give {username} 322 1'
      - '/give {username} 364 12'
      - '/give {username} 384 8'
luckyvotes:
  '10':
    broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
    playermessage: '{GREEN}You were lucky and received an extra $1000!'
    commands:
    - /eco give user {username} 1000
  '50':
    broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
    playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
    commands:
    - /xp give {username} 100
    - /eco give {username} 1000
votemessage:
  - '{GOLD}-----------------------------------------------------'
  - '{GREEN} Hlasujte na nasem webu a dostante odmeny!'
  - '{GOLD}-----------------------------------------------------'
Tvorba web stránok zdarma pro velké herné portály, ozvi se SZ.

Uživatelský avatar
vasikxl
Příspěvky: 713
Registrován: 04 bře 2013, 20:57
Reputation: 0

Re: Votifier aneb odměna za hlasy na Czech-Craft

#20 Příspěvekod vasikxl » 13 kvě 2013, 22:19

A ještě config Votifieru a výpis konzole, když zahlasuješ...


Zpět na „Návody“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 8 hostů