Plugin category: Fun, General Minecraft version: 1.8.8 Suggested name: HeadBridge What I want: when the player place a head on the floor it builds a bridge it goes by the direction (left/forward/right) as the player placed Figure.(P.1). NOTES. - Tier1 = 16 blocks -Tier2 = 32 blocks - the head must be the same name in config -block id(stained_hardened_clay) this what i want the bridge to place -if player place it and there is a block when u place the head it goes forward or the direction as it placed -head doesnt go up or down. -when it crash any block the bridge stops and send a message -bridge speed in config - data of players in a file for save - <blocks> is the bridger number of blocks left - bridger.hologram their bridger has hologram of the amount of blocks Ideas for commands: bridge skin <skin-name> <playername> can be used in cmd Ideas for permissions: bridger.hologram When I'd like it by: this month Code: speed: 0.5 Blocks: # amount of the blocks tier1: 8 tier2: 24 block: STAINED_CLAY return: "&fBR &7| &f&oYour Bridger was returned!" skins: #the moving head (when u place the head) default-tier1: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWE4MGY4NDZlYWY0MmQwYzE2YmYwN2FjYjdiMDYwYmRiMmZlZTUxNTQxN2I1ZGQ4MzlkZGNhMzkxNjhhYmExNiJ9fX0" default-tier2: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmZiZTdlZmFjMGJhZmE5NDRmNjU5NGNiNWYxNWYyZDBkNTEzMmE4MmY2ODdjMjg0ZTIyYzQ4MDBiOTE5YWZhZiJ9fX0" dog: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjYyNTVkNGNkZmMxZTJlMGZjZjkwOGJjYTNhYTRmZjA5YzIxNmY3NzRjMTY4MGViYTMxZGYwYTAwNzUyMGMzMyJ9fX0=" bee: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODg2YTUwOWZmM2NkNDcxZjFiNDI4YTE5NGI2NzExNDcwYTU0NzczZTVkZTZlZTA3ZjdlNjAxY2M1ZTc1YTIwMCJ9fX0=" sounds: bridger-move: NOTE_BASS bridger-finish: FIZZ lore: - "&fGenerates a bridge in the direction you were looking." - "<blocks>" name-tier1: "&7&lTIER &f&l1" name-tier2: "&7&lTIER &6&l2" Hologram: true Hologram-text: -"&fBlocks: &7<blocks>" -" &7<owner>""
Thanks for making the plugin,, The value can decrease by minus (btw my speed is 0.3) When you place the head, it is removed from your inventory. For block capacity: It returns the remaining blocks when it hits a block. If the remaining blocks are 0, it does not return anything. When it returns, it does not provide the same name as in the config. The bridge should not disappear when it hits blocks. The command bridge <skin-name> <player> sets a skin bridge and saves it in a data file for the each player. The skin name comes from the config. Skins are only cosmetic and do not affect functionality. permission (bridger.<skin-name>) its only 2 tiers available. the hologram appears even if the player doesnt have permission (it shouldn't) if you can add flame or smoke particles behind the head while moving Thanks for your effort.