Info Board HELP

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
MDGamesSK
Příspěvky: 166
Registrován: 14 led 2014, 20:04
Reputation: 0

Re: Info Board HELP

#11 Příspěvekod MDGamesSK » 19 led 2014, 09:59

tam to mas :
# Info Board Config, Last Edited in v0.1.7
# Max rows is 15, and most characters in a row is 16(Unless you enable scroll) (This includes color/formating codes)
# The group setting will always go to default if the players group isn't found.(Scoreboards per group requires vault to be on the server)
# The world setting will always go to global if the players world isn't found.
#
# =============================================================
# # Example
# Info Board:
# # Page Number
# '1':
# # How Long this page is shown for
# Show Time: 10
# # What world sees this page (global = All)
# global:
# # What Permissions group sees this page
# default:
# # Pages Title
# Title: '&4&lDuskHaven'
# # Pages Rows
# Rows:
# - ' '
# - 'This board is only'
# - 'seen by defaults'
# Admin:
# Title: '&4&lAdmin Page'
# Rows:
# - ' '
# - 'This board is only'
# - 'seen by Admins'
# '2':
# Show Time: 5
# world:
# default:
# Title: '&a&lStats'
# Rows:
# # Splitting a line can be done in two ways: using <split>
# - 'Online Players: <split> <onlineplayers>'
# # Or Using ;
# - 'Money: ; <balance>'
# - 'PowerLevel: <split> <mcmmopowerlevel>'
# - 'Your Level: <split> <level>'
# world_the_nether:
# default:
# Title: '&a&lNether'
# Rows:
# # - 'Your Level: <split> <level>'
# # Will only display if <exp> isn't "0" or "Unknown"
# # - '~!<exp>Your Exp:'
# # - '~!<exp><exp>'
# #
# ==================================================================
# ==================================================================
# Custom Variables are pretty simple, just follow this setup:
# Custom Variables:
# <Variable>: What it gets replaced to
# (Also can be used to change "false" to "No")
# ==================================================================
# ==================================================================
# For Disabled Worlds, Any worlds you want disabled put them here!
# ==================================================================
# ==================================================================
# Just a heads up, using scroll MAY cause some lag. That's why it's a config option
# <scroll> remove the limit of characters in a row as it scrolls through
# To enable this turn, change "Scrolling Text.Enable" to true, and restart the server
# Shift Time is how long between letters move
# ==================================================================
# ==================================================================
# For Update Time, How many seconds between updating the scoreboard
# ==================================================================
# ================== SCORE BOARDS ======================
# Max rows is 15, and most characters in a row is 16(Unless you enable scroll) (This includes color/formating codes)
# The group setting will always go to default if the players group isn't found.(Scoreboards per group requires vault to be on the server)
# The world setting will always go to global if the players world isn't found.
# ==================================================================
Check for Updates: true
Custom Variables:
<website>: www.youtube.com/user/sniperzciinema
<plugindev>: SniperzCiinema
Disabled Worlds:
- DisabledWorld1
- DisabledWorld2
Scrolling Text:
Enable: false
Shift Time: 1
Update Time: 2
Info Board:
'1':
Show Time: 20
global:
default:
Title: <plugindev>
Rows:
- '&e&lKills:Deaths!'
- '<kills:deaths>'
- ' '
- '&a&lDollars:'
- <money>
- ' '
- '&6&lLevel:'
- ~!&e<level>
- ' '
- '&e&lWebsite:'
- <website>
- '&6----------------------------'

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Info Board HELP

#12 Příspěvekod vojtamaniak » 19 led 2014, 10:00

Dej to sem znova do CODE.

MDGamesSK
Příspěvky: 166
Registrován: 14 led 2014, 20:04
Reputation: 0

Re: Info Board HELP

#13 Příspěvekod MDGamesSK » 19 led 2014, 10:14

a to jako ?leob ja to robim 1. krat

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Info Board HELP

#14 Příspěvekod vojtamaniak » 19 led 2014, 10:16

Zkopíruj obsah toho configu a vlož ho do příspěvku mezi tagy

Kód: Vybrat vše

[code]SEM DEJ TEN OBSAH CONFIGU[/code]

MDGamesSK
Příspěvky: 166
Registrován: 14 led 2014, 20:04
Reputation: 0

Re: Info Board HELP

#15 Příspěvekod MDGamesSK » 19 led 2014, 11:44

tuto to mas :

Kód: Vybrat vše

 # Info Board Config, Last Edited in v0.1.7
# Max rows is 15, and most characters in a row is 16(Unless you enable scroll) (This includes color/formating codes)
# The group setting will always go to default if the players group isn't found.(Scoreboards per group requires vault to be on the server)
# The world setting will always go to global if the players world isn't found.
#
# =============================================================
# #                   Example
# Info Board:
# # Page Number
#   '1':
# # How Long this page is shown for
#     Show Time: 10
# # What world sees this page (global = All)
#     global:
# # What Permissions group sees this page
#       default:
# # Pages Title
#         Title: '&4&lDuskHaven'
# # Pages Rows
#          Rows:
#          - ' '
#          - 'This board is only'
#          - 'seen by defaults'
#       Admin:
#         Title: '&4&lAdmin Page'
#         Rows:
#         - ' '
#         - 'This board is only'
#         - 'seen by Admins'
#   '2':
#     Show Time: 5
#     world:
#       default:
#         Title: '&a&lStats'
#          Rows:
# #               Splitting a line can be done in two ways: using <split>
#          - 'Online Players: <split> <onlineplayers>'
# #                Or Using ;
#          - 'Money: ; <balance>'
#          - 'PowerLevel: <split> <mcmmopowerlevel>'
#          - 'Your Level: <split> <level>'
#     world_the_nether:
#       default:
#         Title: '&a&lNether'
#          Rows:
# #         - 'Your Level: <split> <level>'
# # Will only display if <exp> isn't "0" or "Unknown"
# #         - '~!<exp>Your Exp:'
# #         - '~!<exp><exp>'
# #
# ==================================================================
# ==================================================================
# Custom Variables are pretty simple, just follow this setup:
# Custom Variables:
#  <Variable>: What it gets replaced to
# (Also can be used to change "false" to "No")
# ==================================================================
# ==================================================================
# For Disabled Worlds, Any worlds you want disabled put them here! 
# ==================================================================
# ==================================================================
# Just a heads up, using scroll MAY cause some lag. That's why it's a config option
# <scroll> remove the limit of characters in a row as it scrolls through
# To enable this turn, change "Scrolling Text.Enable" to true, and restart the server
# Shift Time is how long between letters move
# ==================================================================
# ==================================================================
# For Update Time, How many seconds between updating the scoreboard
# ==================================================================
# ==================    SCORE BOARDS      ======================
# Max rows is 15, and most characters in a row is 16(Unless you enable scroll) (This includes color/formating codes)
# The group setting will always go to default if the players group isn't found.(Scoreboards per group requires vault to be on the server)
# The world setting will always go to global if the players world isn't found.
# ==================================================================
Check for Updates: true
Custom Variables:
  <website>: www.youtube.com/user/sniperzciinema
  <plugindev>: SniperzCiinema
Disabled Worlds:
- DisabledWorld1
- DisabledWorld2
Scrolling Text:
  Enable: false
  Shift Time: 1
Update Time: 2
Info Board:
  '1':
    Show Time: 20
    global:
      default:
        Title: <plugindev>
        Rows:
        - '&e&lKills:Deaths!'
        - '<kills:deaths>'
        - ' '
        - '&a&lDollars:'
        - <money>
        - ' '
        - '&6&lLevel:'
        - ~!&e<level>
        - ' '
        - '&e&lWebsite:'
        - <website>
        - '&6----------------------------'
 

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Info Board HELP

#16 Příspěvekod vojtamaniak » 19 led 2014, 11:47

A jak se ti to zobrazí? Nebo se ti ten postranní panel nezobrazí vůbec? :)

MDGamesSK
Příspěvky: 166
Registrován: 14 led 2014, 20:04
Reputation: 0

Re: Info Board HELP

#17 Příspěvekod MDGamesSK » 19 led 2014, 11:51

takto http://pbrd.co/1aB32kp
( sede to je preto lebo som mal minecraft pauznutí )
takt to je lepsie http://pbrd.co/1aB3tLA
Naposledy upravil(a) MDGamesSK dne 19 led 2014, 11:55, celkem upraveno 1 x.

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Info Board HELP

#18 Příspěvekod vojtamaniak » 19 led 2014, 11:53

Máš na serveru Vault?

MDGamesSK
Příspěvky: 166
Registrován: 14 led 2014, 20:04
Reputation: 0

Re: Info Board HELP

#19 Příspěvekod MDGamesSK » 19 led 2014, 11:55

nemam to je co ? ( lebo som zaciatocnik :) )

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Info Board HELP

#20 Příspěvekod vojtamaniak » 19 led 2014, 11:57

To je plugin, který právě propojuje takovéto pluginy s ekonomikou, chatem, atd. A v dnešní době ho hodně pluginů potřebuje :)

Takže pokud ho tam nemáš, tak si ho tam dej :D


Zpět na „Minecraft, Tekkit“

Kdo je online

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