Tanıtım PrismaticColors Eklenti Tanıtımı

  • Konuyu Başlatan Konuyu Başlatan sinyorelder
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 497
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

sinyorelder

The artist
Emektar
Katılım
2 Ocak 2021
Mesajlar
1.550
Çözümler
1
Elmaslar
715
Puan
13.735
Discord İzni
Minecraft
iELDER

Discord:

sinyorelder

19e3e005cf827d8d4fb46677e53078cf25fb47a2.png


















PrismaticColors, oyuncu renginizi, sohbet renginizi ve takma adınızı, harf başına
renkleri kontrol eden ve hem RGB hem de hex renklerini
destekleyen şık bir özel GUI ile değiştirmenizi sağlar!

- Sohbet ve sekme renklerini değiştirin!

- Karakter başına metin dekorasyonu ekleyin!

- Oyuncu takma adlarını değiştirin!

- Oyuncu sohbet rengini değiştir!

- Ekstra rahat bir deneyim için önceden hazırlanmış şablonlardan renkleri ayarlayın!

- Başkalarının ayarlarını ayarlayın ve düzenleyin!

- Özel mesajlar!

- Yer tutucular(PAPİ) için destek!


Önceden tanımlanmış şablonları renk olarak kullanın!


- Şablonlar düzenlenemez
- Şablonlar sekme ve parlayan izinleri yok say
- Bir oyuncunun bir şablon için izni yoksa, kendi menüsünde görünmez


Mevcut mevcut şablonlar şunlardır:
Solid Kırmızı, Solid Mavi, Solid Yeşil, Solid pembe, Solid turuncu, Solid Mor, Solid açık mavi, Solid Aqua, Solid Sarı, Solid Kiraz, Solid koyu yeşil, Solid Cyan, Solid Gökyüzü mavisi, sarılar, leylaklar, maviler
--Noel Temel
--Noel Kar
--Noel Süsleri
-Hanuka


İzinler bölümüne gidin ve şablonları nasıl kullanacağınızı öğrenin
Her güncelleme ile daha fazla şablon ve özellik eklenir!


Kod:
Command: /pc set
Optional arguments: <nickname>/ <player> <nickname>
Description: opens the color changing GUI. If nick is specified, your display name would change as well. Providing a player name and a nickname, would allow you to change the player’s name and color

Command: /pc edit
Optional arguments: <player>
Description: Edits a your/online player’s color

Command: /pc chat <hex color> | enter remove instead of a color to remove
Optional arguments: <player> <hex color>
Description: Sets your/online player's chat color

Command: /pc remove
Optional arguments: <player>
Description: removes your/online player’s color

Command: /pc reload
Description: reloads player data and messages


Kod:
Permission: prismaticcolors.set
Description: Allows you to use the basic /pc set command

Permission: prismaticcolors.set.nick
Description: Allows you to set a custom nickname

Permission: prismaticcolors.edit
Description: Allows you to edit your color

Permission: prismaticcolors.chatcolor
Description: Allows you to set your chat color

Permission: prismaticcolors.remove
Description: Allows you to remove your color

Permission: prismaticcolors.template.<templateName>
Description: Allows you to set the specified template and see it in the GUI

Permission: prismaticcolors.allowhex
Description: Allows you to set a color by typing a hex string in chat

Permission: prismaticcolors.allowtab
Description: Allows you to toggle tab option

Permission: prismaticcolors.allowglow
Description: Allows you to toggle glow option

Permission: prismaticcolors.allowStrikethrough
Description: Allows you to toggle strikethrough option

Permission: prismaticcolors.allowUnderline
Description: Allows you to toggle underline option

Permission: prismaticcolors.allowBold
Description: Allows you to toggle bold option

Permission: prismaticcolors.allowItalic
Description: Allows you to toggle italic option

Permission: prismaticcolors.admin.setothers
Description: Allows you to set others’ colors

Permission: prismaticcolors.admin.editothers
Description: Allows you to edit other’s colors

Permission: prismaticcolors.admin.chatcolorothers
Description: Allows you to edit other’s chat color

Permission: prismaticcolors.remove.others
Description: Allows to remove other’s colors

Permission: prismaticcolors.admin.reload
Description: Allows you to use reload the plugin

Permission: prismaticcolors.admin.messageError
Description: In case a message is missing in messages.yml, players with this permission will be notified (very unlikely to happen)

Permission: prismaticcolors.admin.bypassrestrictions
Description: Allows you to bypass restrictions such as not being able to set an other player username as nick or ignoring max nick length

Permission: prismaticcolors.forcetab
Description: If player has the permission, and doesn't have prismaticcolors.allowtab, player's custom name will automatically be shown in tab

Permission: prismaticcolors.forceglow
Description: If player has the permission, and doesn't have prismaticcolors.allowglow, player's custom name will automatically glow

Kod:
  #Displayed when trying to modify a target without an active color
  noColorTarget: '#E51A94%target% #94E51Adoesn''t have an active color'

  #Displayed when target is offline/doesn't exist
  couldntFindTarget: '#94E51ACould not find #E51A94%target%'

  #Displayed when player doens't have permission to modify others' colors
  noPermModifyTarget: '#94E51AYou do not have permssion to modify #E51A94%target%''s #94E51Acolor'

  #Displayed when player tries to modify a color but doesn't have one
  noColor: '#94E51AYou don''t have an active color'

  #Displayed when player removes their color
  colorRemoved: '#94E51AColor was removed successfully'

  #Displayed when player removes others' color
  colorRemovedTarget: '#E51A94%target%''s #94E51Acolor was removed successfully'

  #Displayed when player doesn't have permission to edit their color
  noPermEdit: '#94E51AYou don''t have permssion to edit your color'

  #Displayed when player doesn't have permission to remove other's color
  noPermRemoveTarget: '#94E51AYou do not have permssion to remove #E51A94%target%''s #94E51Acolor'

  #Displayed when player doesn't have permission to remove their color
  noPermRemove: '#94E51AYou don''t have permssion to remove your color'

  #Displayed when player tries to change their nick to an online player's username
  cantUsePlayerName: '#94E51AYou can''t have an existing player name'

  #Displayed when player tries to set a new color when already have an active one
  removeColor: '#94E51APlease remove your color before setting a new one'

  #Displayed when player doesn't have permission to change their nick
  noPermNick: '#94E51AYou don''t have permssion to set your nickname'

  #Displayed when player does't have permission to set their color
  noPermColor: '#94E51AYou don''t have permssion to set your color'

  #Displayed when player tries to modify color while having an active template
  removeTemplate: '#94E51APlease remove your template first'

  #Displayed when player doesn't have permission to activate tab name
  noPermTab: '#94E51AYou don''t have permssion to set tab name'

  #Displayed when player doens't have permission to activate glowing color
  noPermGlow: '#94E51AYou don''t have permssion to set glowing name'

  #Displayed when trying to save a target's color and they are offline
  targetOffline: '#E51A94%target% #94E51Ais offline. No changes were saved'

  #Displayed when player doesn't have permission to type a hex color
  noPermHex: '#94E51AYou don''t have permssion to use hex colors'

  #Displayed when player tries to use a Prismatic Colors command that doesn't exist
  unknownCommand: '#94E51AThis command doesn''t exist'

  #Displayed when player doesn't have permission to toggle strikethrough text decoration
  noPermStrikethrough: '#94E51AYou don''t have permssion to have strikethrough text'

  #Displayed when player doesn't have permission to toggle underline text decoration
  noPermUnderline: '#94E51AYou don''t have permssion to have underline text'

  #Displayed when player doesn't have permission to toggle bold text decoration
  noPermBold: '#94E51AYou don''t have permssion to have bold text'

  #Displayed when player doesn't have permission to toggle italic text decoration
  noPermItalic: '#94E51AYou don''t have permssion to have italic text'

  #Displayed when player's spacified nickname is too long
  nameTooLong: '#94E51AThe specified nickname exceeds the max character limit'

  #Displayed when player's spacified nickname is too short
  nameTooShort: '#94E51AThe specified nickname is below the minimum character limit'

  #Displayed when player enters invalid hex color
  invalidHex: '#94E51APlease enter a valid hex color'

  #Displayed when player doesn't have permission to change chat color
  noPermChatColor: '#94E51AYou don''t have permission to change your chat color'

  #Displayed when player doesn't specify hex color when changing chat color
  specifyHex: '#94E51APlease specify a hex color'

  #Displayed when player doesn't have permission to reload the plugin
  noPermReload: '#94E51AYou don''t have permssion to reload the plugin'

  #Displayed when plugin reloads
  pluginReloaded: '#94E51APlugin Reloaded'

Yer tutucular API desteği
Eklenti çakışmaları durumunda, yer tutucular API'sini yükleyin ve kullanın


%prismaticcolors_chatname% sohbet eklentileriniz için.
%prismaticcolors_tabname% TAB eklentileriniz için.



Minecraft Türkiye
Minecraft Forumu
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst