#Disable interaction with block and print out /title in actionbar

6 messages · Page 1 of 1 (latest)

mighty crypt
#
BlockEvents.rightClicked('minecraft:end_portal_frame', event => event.cancel())

This script disables interacting with end portal frames entirely, but I want to also print out some text to the player through the action bar, how would I go about this?

feral pollenBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

gloomy talon
#
    let player = event.player
    event.level.runCommandSilent('title ${player} actionbar "This is an actionbar"')  
cursive wind
mighty crypt
#

cheers! will try later

#

will close for now because this looks close to what i was trying to do earlier LOL