|
9 | 9 | <a href="https://www.spigotmc.org/resources/essentialsx.9089/" class="tag is-spigot">{{ downloads }} downloads</a> |
10 | 10 | </div> |
11 | 11 | </b-tooltip> |
12 | | - <b-tooltip class="control" multilined label="View all changelogs"> |
| 12 | + <b-tooltip class="control" multilined label="View all changelogs on GitHub"> |
13 | 13 | <div class="tags has-addons"> |
14 | 14 | <a href="https://github.com/EssentialsX/Essentials/releases" class="tag is-dark">Latest release</a> |
15 | 15 | <a href="https://github.com/EssentialsX/Essentials/releases" class="tag is-primary">{{ latestRelease }}</a> |
|
21 | 21 | <a href="https://ci.ender.zone/job/EssentialsX" class="tag is-success">b{{ buildNo }}</a> |
22 | 22 | </div> |
23 | 23 | </b-tooltip> |
24 | | - <b-tooltip class="control" multilined :label="membersHover + ' people chatting on Discord'"> |
| 24 | + <b-tooltip class="control" multilined :label="membersHover + ' people online on MOSS'"> |
25 | 25 | <div class="tags has-addons"> |
26 | 26 | <a href="https://discord.gg/h8CnPSw" class="tag is-dark">Discord</a> |
27 | 27 | <a href="https://discord.gg/h8CnPSw" class="tag is-discord">{{ members }} online</a> |
|
42 | 42 | <b-tooltip class="control" multilined label="Change the website theme"> |
43 | 43 | <theme-toggle></theme-toggle> |
44 | 44 | </b-tooltip> |
| 45 | + <div class="hide-until-code"> |
| 46 | + <b-tooltip class="control hide-until-code" multilined label="???"> |
| 47 | + <div class="tags"> |
| 48 | + <a class="tag is-info" href="https://tcrf.net/Dreamcast#Hidden_Alternate_Menu">???</a> |
| 49 | + </div> |
| 50 | + </b-tooltip> |
| 51 | + </div> |
45 | 52 | </div> |
46 | 53 | </div> |
47 | 54 | <br /> |
48 | 55 | <div class="container content"> |
49 | | - <p>Website copyright © 2019-2022 EssentialsX Team, 2015-2022 EssentialsX wiki contributors except where otherwise noted.</p> |
50 | | - <span class="hide-until-code"><a class="button is-info" href="https://tcrf.net/Dreamcast#Hidden_Alternate_Menu">???</a></span> |
| 56 | + <p>Website and documentation © 2019-2025 EssentialsX Team, 2015-2025 EssentialsX wiki contributors, except where otherwise noted.</p> |
| 57 | + <p>Not an official Minecraft product. Not approved by or associated with Mojang or Microsoft.</p> |
51 | 58 | </div> |
52 | 59 | </footer> |
53 | 60 | </div> |
54 | 61 |
|
55 | 62 | </template> |
56 | 63 |
|
57 | 64 | <script> |
58 | | -import axios from "axios"; |
59 | 65 | import ThemeToggle from "./ThemeToggle"; |
60 | 66 |
|
61 | 67 | export default { |
|
0 commit comments