Skip to content

workonfire/BucikTitles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BucikTitles

Codacy Badge Last Commit License Spigot Rating Made with love in Poland

A very simple plugin for showing titles on chat above players heads that depends on TAB.

BucikTitles supports multiple GUI pages. One page can contain up to 28 titles.

Features

  • Titles above player heads (above or below nickname)
  • Chat prefixes
  • PlaceholderAPI support
  • Custom permissions
  • GUI pages
  • Textured heads as GUI elements
  • Temporary titles (title removal on player quit)

Permissions

  • bucik.titles.reload
  • bucik.titles.open
  • bucik.titles.debug
  • bucik.titles.get
  • bucik.titles.clear

Commands

/titles [clear|get|info|reload]

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

Example titles setup (titles.yml)

titles:
  pages:
    1:
      wzium:
        title: "&9[&3&l&oW&b&lZ&f&l&oIU&b&l&oU&3&l&oM&9]"
        permission: "bucik.titles.title.wzium"
        gui-item:
          material: FEATHER
          amount: 5
          lore:
          - "&6Róbmy wzium!"
      testowy:
        title: "&6[&e&l&oTestowy&6]"
        permission: "bucik.titles.title.testowy"
        gui-item:
          material: BEDROCK
    2:
      animated:
        title: "%animations_Rainbow_Hello!%"
        permission: "bucik.titles.title.animated"
        gui-item:
          material: WOODEN_AXE
          lore:
          - "Animated!"
      test_title:
        title: "&9[&f&l&oTestTitle&9]"
        permission: "bucik.titles.title.test_title"
        gui-item:
          material: PLAYER_HEAD
          name: "&9[&f&l&oDIFFERENT NAME&9]"
          texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDA4MGJiZWZjYTg3ZGMwZjM2NTM2YjY1MDg0MjVjZmM0Yjk1YmE2ZThmNWU2YTQ2ZmY5ZTljYjQ4OGE5ZWQifX19"

You can customize more options such as language and title placement in config.yml

This is one of my first plugins, so feel free to create a pull request if you think something can be done better.