Compare commits
No commits in common. "develop" and "feature-42" have entirely different histories.
develop
...
feature-42
7
.github/workflows/build-docker.yml
vendored
7
.github/workflows/build-docker.yml
vendored
@ -5,8 +5,6 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
@ -44,6 +42,5 @@ jobs:
|
||||
push: true
|
||||
# TODO: split tag names into multiple lines
|
||||
tags: |
|
||||
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}:${{github.sha}}
|
||||
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}:${{github.ref_name}}
|
||||
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}:latest
|
||||
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}/${{github.ref_name}}:${{github.sha}}
|
||||
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}/${{github.ref_name}}:latest
|
||||
|
@ -53,7 +53,7 @@ holograms:
|
||||
shadow_strength: 1.0
|
||||
billboard: fixed
|
||||
text:
|
||||
- <color:#6558F4>discord.gg/5ZnJD4yDBq</color>
|
||||
- <color:#6558F4>discord.gg/xsyy7d8RfG</color>
|
||||
- <gray>Клик</gray>
|
||||
text_shadow: false
|
||||
see_through: false
|
||||
|
@ -69,8 +69,8 @@ npcs:
|
||||
value: minecraft:entity.experience_orb.pickup
|
||||
'2':
|
||||
action: message
|
||||
value: <click:OPEN_URL:https://discord.gg/5ZnJD4yDBq><color:#6558F4><bold>Discord:</bold></color>
|
||||
<grey>https://discord.gg/5ZnJD4yDBq</grey></click>
|
||||
value: <click:OPEN_URL:https://discord.gg/xsyy7d8RfG><color:#6558F4><bold>Discord:</bold></color>
|
||||
<grey>https://discord.gg/xsyy7d8RfG</grey></click>
|
||||
26dee80c-9004-47c6-bbc0-343fe2f2fba7:
|
||||
name: link_bebrashield_site
|
||||
creator: 3ce31233-217d-3258-8b5e-1f458c4f8e9d
|
||||
|
@ -25,13 +25,13 @@ items:
|
||||
name: "<color:#6558F4><bold>Discord</bold></color>"
|
||||
lore:
|
||||
- "<grey>Кликните, чтобы получить ссылку в чате.</grey>"
|
||||
- "<grey>https://discord.gg/5ZnJD4yDBq</grey>"
|
||||
- "<grey>https://discord.gg/xsyy7d8RfG</grey>"
|
||||
actions:
|
||||
- type: sound
|
||||
sound: ENTITY_EXPERIENCE_ORB_PICKUP
|
||||
- type: message
|
||||
messages:
|
||||
- "<click:OPEN_URL:https://discord.gg/5ZnJD4yDBq><color:#6558F4><bold>Discord:</bold></color> <grey>https://discord.gg/5ZnJD4yDBq</grey></click>"
|
||||
- "<click:OPEN_URL:https://discord.gg/xsyy7d8RfG><color:#6558F4><bold>Discord:</bold></color> <grey>https://discord.gg/xsyy7d8RfG</grey></click>"
|
||||
- type: close
|
||||
|
||||
telegram:
|
||||
|
Loading…
Reference in New Issue
Block a user