Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem]Pisanie kolorowo na tabliczkach


Rekomendowane odpowiedzi

Opublikowano

Witam !

Mam essentials , ale nie moge pisac na tabliczkach.

Normalnie moge.

Oto moj essentials:

############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################
 
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
#   - No tabs are present: YAML only allows spaces
#   - Indents are correct: YAML hierarchy is based entirely on indentation
#   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
#   - Text with symbols is enclosed in single or double quotation marks
 
# If you have problems join the Essentials help support channel: http://wiki.ess3.net...Chat_Formatting  
 
  format: ' &7{DISPLAYNAME} &a&L>> &3{MESSAGE}'
  #format: '&7[{GROUP}]&7  {DISPLAYNAME}&7:&7 {MESSAGE}'
 
  group-formats:
    Gracz: '&7{DISPLAYNAME} &a&L>> &3{MESSAGE}'
    Vip: '&8{DISPLAYNAME} &a&L>> &3{MESSAGE}'
    Moderator: '&2{DISPLAYNAME} &a&L>> &b{MESSAGE}'
    Admin: '&4&L{DISPLAYNAME} &a&L>> &6{MESSAGE}'
    Wlasciciel: '&c&L{DISPLAYNAME} &a&L>> &a{MESSAGE}'
    KidMod: '&7{DISPLAYNAME} &a&L>>&b{MESSAGE}'
    Dziewczyna: '&7{DISPLAYNAME} &a&L>> &3{MESSAGE}'
    Mvip: '&7{DISPLAYNAME} &a&L>> &3{MESSAGE}'
    Budowniczy: '&6&L{DISPLAYNAME} &a&L>> &6{MESSAGE}'
 
 
 
  # If you are using group formats make sure to remove the '#' to allow the setting to be read.
 
############################################################
# +------------------------------------------------------+ #
# |                 EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################
 
protect:
 
  # General physics/behavior modifications.
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    tnt-minecart-explosion: false
    tnt-minecart-playerdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    witherskull-explosion: false
    witherskull-playerdamage: false
    wither-spawnexplosion: false
    wither-blockreplace: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: false
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    # Monsters won't follow players.
    # permission essentials.protect.entitytarget.bypass disables this.
    entitytarget: false
    # Prevent the spawning of creatures.
    spawn:
      creeper: false
      skeleton: false
      spider: false
      giant: false
      zombie: false
      slime: false
      ghast: false
      pig_zombie: false
      enderman: false
      cave_spider: false
      silverfish: false
      blaze: false
      magma_cube: false
      ender_dragon: false
      pig: false
      sheep: false
      cow: false
      chicken: false
      squid: false
      wolf: false
      mushroom_cow: false
      snowman: false
      ocelot: false
      iron_golem: false
      villager: false
      wither: false
      bat: false
      witch: false
      horse: false
 
  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  creeper:
    max-height: -1
 
  # Disable various default physics and behaviors.
  disable:
    # Should fall damage be disabled?
    fall: false
 
    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
    # They will be unable to attack users without that same permission node.
    pvp: false
 
    # Should drowning damage be disabled?
    # (Split into two behaviors; generally, you want both set to the same value.)
    drown: false
    suffocate: false
 
    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
    lavadmg: false
 
    # Should arrow damage be disabled?
    projectiles: false
 
    # This will disable damage from touching cacti.
    contactdmg: false
 
    # Burn, baby, burn!  Should fire damage be disabled?
    firedmg: false
 
    # Should the damage after hit by a lightning be disabled?
    lightning: false
 
    # Should Wither damage be disabled?
    wither: false
 
    # Disable weather options?
    weather:
      storm: false
      thunder: false
      lightning: false
 
############################################################
# +------------------------------------------------------+ #
# |                EssentialsAntiBuild                   | #
# +------------------------------------------------------+ #
############################################################
 
  # Disable various default physics and behaviors
  # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
 
    # Should people with build: false in permissions be allowed to build?
    # Set true to disable building for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from building.
    build: true
 
    # Should people with build: false in permissions be allowed to use items?
    # Set true to disable using for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from using items.
    use: true
 
    # Should we tell people they are not allowed to build?
    warn-on-build-disallow: true
 
  # For which block types would you like to be alerted?
  # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  alert:
    on-placement: 10,11,46,327
    on-use: 327
    on-break:
 
  blacklist:
 
    # Which blocks should people be prevented from placing?
    placement: 10,11,46,327
 
    # Which items should people be prevented from using?
    usage: 327
 
    # Which blocks should people be prevented from breaking?
    break:
 
    # Which blocks should not be pushed by pistons?
    piston:
 
    # Which blocks should not be dispensed by dispensers
    dispenser:
 
############################################################
# +------------------------------------------------------+ #
# |            Essentials Spawn / New Players            | #
# +------------------------------------------------------+ #
############################################################
 
newbies:
  # Should we announce to the server when someone logs in for the first time?
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
  # If not, set to ''
  #announce-format: ''
  announce-format: '&8Witamy &a{DISPLAYNAME}&8 Na Serwerze &6&LThor&c&LCraft'
 
  # When we spawn for the first time, which spawnpoint do we use?
  # Set to "none" if you want to use the spawn point of the world.
  spawnpoint: newbies
 
  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless of cost, and permissions.
  #kit: ''
  kit: start
 
# Set this to lowest, if you want Multiverse to handle the respawning.
# Set this to high, if you want EssentialsSpawn to handle the respawning.
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
respawn-listener-priority: high
 
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: false
 
# End of File <-- No seriously, you're done with configuration.
 
Opublikowano


enabledSigns:

- color

#- balance

#- buy

#- sell

#- trade

#- free

#- disposal

#- warp

#- kit

#- mail

#- enchant

#- gamemode

#- heal

#- info

#- spawnmob

#- repair

#- time

#- weather

Tak powinno być.

Opublikowano

Usuń # ;)

# Essentials Sign Control
# See http://wiki.ess3.net...i/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# Essentials Colored sign support will be enabled when any sign types are enabled.
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
 
enabledSigns:
  - color
  - balance
  - buy
  - sell
  - trade
  - free
  - disposal
  - warp
  - kit
  - mail
  - enchant
  - gamemode
  - heal
  - info
  - spawnmob
  - repair
  - time
  - weather
 

@Up szybszy :D Ja Ci już wszystko odblokowałem :D

oDYVDfv.gif
Opublikowano
enabledSigns:
  #- color
  #- balance
  #- buy
  #- sell
  #- trade
  #- free
  #- disposal
  #- warp
  #- kit
  #- mail
  #- enchant
  #- gamemode
  #- heal
  #- info
  #- spawnmob
  #- repair
  #- time
  #- weather

na:

enabledSigns:
  - color
  - balance
  - buy
  - sell
  - trade
  - free
  - disposal
  - warp
  - kit
  - mail
  - enchant
  - gamemode
  - heal
  - info
  - spawnmob
  - repair
  - time
  - weather

Jeżeli pomogłem, daj + Ciebie nic nie kosztuje Mi znaczy wiele.

 

 

 

 

 

 

 

Zachęcam do podsyłania pomysłów na film jako poradniki na YouTube

 

Opublikowano

Najlepiej nabijać posty ;>

Rozwiązanie już padło to jeden po drugim powtarza.

Autor prosi o zamknięcie tematu NIE PISAĆ WIĘCEJ.


 

Serwer minecraft 1.7 i 1.8

 

Survival, Gildie, Działki i Mini Games

 

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...