gecko10000 submitted a new resource: AdventureCalendar - Simple, straightforward advent calendar plugin Read more about this resource...
gecko10000 updated AdventureCalendar with a new update entry: More configurable messages, global commands Read the rest of this update entry...
gecko10000 updated AdventureCalendar with a new update entry: Fix MySQL and config loading order Read the rest of this update entry...
gecko10000 updated AdventureCalendar with a new update entry: Add {day} meta placeholder Read the rest of this update entry...
How can I integrate heads in the GUI? Which ID is required? e.g .: https://minecraft-heads.com/custom-heads/decoration/24048-christmas-calendar-present-red We tried the following ID's: - 24048 - eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTAzYmQwMDQyMTcyOWNkNjM1Y2QzYjQ4MjQzNDMwYWQ0N2NmNzA3MDE4YTU5MTZmZjU5NTQ5ZDVlY2Q2Zjg3OSJ9fX0 = - a03bd00421729cd635cd3b48243430ad47cf707018a5916ff59549d5ecd6f879 Unfortunately we only get a barrier block in the GUI.
Head Database is supported directly, you can use the format hdb-(id) to insert HDB heads as stated in the description.
We're using bungeechat, it doesn't seem to support the plugin for adding reward commands, does it? How must the command look like in the connfig that it is executed, e.g. / eco give% player% 1000
@gecko10000 The plugin is great but unfortunately doesn't restart after a server restart. We always have to start it with the plugin manager after the server restart We have a citybuild server and it restarts every morning at 4am log from Console: https://pastebin.com/8pHjVK9s
Why does it work if we reload your plugin with a plugin manager after the restart? Then there is no more message.
If we use heads instead of minecarts in config.yml, then the error occurs. items: unclaimed: material: hdb-24021 name: Tag {day} lore: - '&fZeit bis zum öffnen: %adventurecalendar_timeuntil_{day}%' claimed: material: hdb-23243 name: Tag {day} lore: - '&2Bereits geöffnet!' use-claimed-item-from-day-automatically: true missed: material: hdb-24048 name: Tag {day} lore: - '&4Du hast das Törchen verpasst!'
What error are you getting? It may be that the heads are being accessed before HDB loads them asynchronously.
gecko10000 updated AdventureCalendar with a new update entry: Fix Head Database integration Read the rest of this update entry...