mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Add news section
This commit is contained in:
parent
e8993d337e
commit
c130fe6bc4
69 changed files with 194 additions and 2 deletions
|
@ -171,6 +171,95 @@ p {
|
|||
margin: 0 .375em 0 0;
|
||||
}
|
||||
|
||||
article {
|
||||
margin: 0 auto;
|
||||
max-width: 37em;
|
||||
padding: 0 .625em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header {
|
||||
animation: top-in .6s;
|
||||
}
|
||||
|
||||
header a {
|
||||
fill: $accentcolor;
|
||||
float: left;
|
||||
margin: .6em 0 0 0;
|
||||
height: 1.750em;
|
||||
width: 1.750em;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
display: inline-block;
|
||||
margin: 0 auto .438em;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
li:nth-child(even) {
|
||||
animation: left-in-delayed .7s;
|
||||
}
|
||||
|
||||
li:nth-child(odd) {
|
||||
animation: right-in-delayed .7s;
|
||||
}
|
||||
|
||||
li {
|
||||
background: $accentcolor;
|
||||
border-radius: .375em;
|
||||
box-shadow: 0 2px 1px rgba(0, 0, 0, .04);
|
||||
color: $lightcolor;
|
||||
font-size: .938em;
|
||||
margin: 0 0 1.125em 0;
|
||||
padding: .75em 1em;
|
||||
position: relative;
|
||||
text-align: right;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
li:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
border: .625em solid transparent;
|
||||
margin-top: -.625em;
|
||||
}
|
||||
|
||||
li:nth-child(even):after {
|
||||
left: 0;
|
||||
border-right-color: $accentcolor;
|
||||
border-left: 0;
|
||||
margin-left: -.5em;
|
||||
}
|
||||
|
||||
li:nth-child(odd):after {
|
||||
right: 0;
|
||||
border-left-color: $accentcolor;
|
||||
border-right: 0;
|
||||
margin-right: -.5em;
|
||||
}
|
||||
|
||||
li p {
|
||||
margin: 0 0 .4em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
li svg {
|
||||
fill: $lightcolor;
|
||||
height: 1em;
|
||||
padding: 0 .250em 0 0;
|
||||
vertical-align: middle;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
li span {
|
||||
font-size: .750em;
|
||||
}
|
||||
|
||||
@media (max-width: 90em) {
|
||||
html {
|
||||
max-width: 42em;
|
||||
|
|
1
_posts/2014-06-02-.md
Normal file
1
_posts/2014-06-02-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server was created.
|
1
_posts/2015-02-16-.md
Normal file
1
_posts/2015-02-16-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Our website has been updated.
|
1
_posts/2015-04-12-.md
Normal file
1
_posts/2015-04-12-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A few new commands have been added to the server.
|
1
_posts/2015-04-25-.md
Normal file
1
_posts/2015-04-25-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Recently, DisguiseCraft stopped working due to a new issue in the server software. We will push a fix for this tomorrow. Another little detail; you will also be able to spawn and disguise as a Giant.
|
1
_posts/2015-05-28-.md
Normal file
1
_posts/2015-05-28-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've migrated to a new hosting provider with better server specifications!
|
1
_posts/2015-06-15-.md
Normal file
1
_posts/2015-06-15-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server should once again run 24/7, after having to solve a few problems. Apologies for the recent downtime.
|
1
_posts/2015-06-21-.md
Normal file
1
_posts/2015-06-21-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A "News" section has been added to our website.
|
1
_posts/2015-08-11-.md
Normal file
1
_posts/2015-08-11-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've unblocked another command! You'll have to find out which one it is though. ;)
|
1
_posts/2015-09-02-.md
Normal file
1
_posts/2015-09-02-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Players can now get a few ranks/tags using the commands /rank and /ranks.
|
1
_posts/2015-10-04-.md
Normal file
1
_posts/2015-10-04-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server has been moved to a new host with better specs! It should also restart much faster than before after a crash.
|
1
_posts/2015-11-17-.md
Normal file
1
_posts/2015-11-17-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've created a new spawn for the server and added a Flatlands world for easier building.
|
1
_posts/2015-12-12-.md
Normal file
1
_posts/2015-12-12-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A long overdue update for the website is now live. The website is more responsive than before.
|
1
_posts/2015-12-13-.md
Normal file
1
_posts/2015-12-13-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've added downloads for the server's worlds! These downloads will update every five minutes.
|
1
_posts/2015-12-20-.md
Normal file
1
_posts/2015-12-20-.md
Normal file
|
@ -0,0 +1 @@
|
|||
DisguiseCraft has gained some new features. The plugin now supports baby disguises and custom disguise names. Additionally, mobs don't die anymore.
|
1
_posts/2015-12-21-.md
Normal file
1
_posts/2015-12-21-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've created a new plugin that allows players to broadcast mob sounds at their current location. The commands are /mobsound and /mobsoundtool.
|
1
_posts/2016-02-13-.md
Normal file
1
_posts/2016-02-13-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A new hub world with portals to four different worlds (the Overworld, Flatlands, Nether and End) has been added. We've also created a /username command that allows you to change your username on the server.
|
1
_posts/2016-04-08-.md
Normal file
1
_posts/2016-04-08-.md
Normal file
|
@ -0,0 +1 @@
|
|||
You can now download copies of schematics on the server, perfect if you want to move your buildings outside the server.
|
1
_posts/2016-04-09-.md
Normal file
1
_posts/2016-04-09-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've added a CommandSpy plugin to the server. You can enable it by using the "/commandspy" command.
|
1
_posts/2016-04-10-.md
Normal file
1
_posts/2016-04-10-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server has been updated with support for Minecraft 1.9. There are still a few bugs which will be fixed in the coming weeks.
|
1
_posts/2016-04-15-.md
Normal file
1
_posts/2016-04-15-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Snipers have been added to the server. You can get a sniper by typing "/sniper" in chat.
|
1
_posts/2016-05-11-.md
Normal file
1
_posts/2016-05-11-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server has been updated with support for Minecraft 1.9.3 and 1.9.4.
|
1
_posts/2016-05-15-.md
Normal file
1
_posts/2016-05-15-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Players can once again join with Minecraft 1.8.
|
1
_posts/2016-07-28-.md
Normal file
1
_posts/2016-07-28-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We are here to stay! The server uptime may not have been great lately, but we're working on it.
|
1
_posts/2016-08-25-.md
Normal file
1
_posts/2016-08-25-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server has been updated to support Minecraft 1.10 clients.
|
1
_posts/2016-10-01-.md
Normal file
1
_posts/2016-10-01-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've added a lot of new features, including God Mode and InventorySpy, and fixed some bugs.
|
1
_posts/2018-04-13-.md
Normal file
1
_posts/2018-04-13-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server now uses Paper instead of Cuberite as server software.
|
1
_posts/2018-04-25-.md
Normal file
1
_posts/2018-04-25-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Minecraft's /kill command is back, but this time it only kills entities other than players. We will look into general server lag issues and try to sort them out.
|
1
_posts/2018-05-04-.md
Normal file
1
_posts/2018-05-04-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Did some under-the-hood cleanups and tweaks for the server, or something like that.
|
1
_posts/2018-05-07-.md
Normal file
1
_posts/2018-05-07-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The /destroyentities, /enchantall, /jumpscare and /unloadchunks commands from the old server are back. The CommandSpy plugin has also been rewritten from scratch.
|
1
_posts/2018-05-08-.md
Normal file
1
_posts/2018-05-08-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The /username command is back.
|
1
_posts/2018-05-24-.md
Normal file
1
_posts/2018-05-24-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've migrated to a new hosting provider, Heroku, which should be much less laggy than the previous provider.
|
1
_posts/2018-05-31-.md
Normal file
1
_posts/2018-05-31-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Weapons from the old server are back. The command is /weapons or /weapon. More weapons will be added in the future.
|
1
_posts/2018-06-11-.md
Normal file
1
_posts/2018-06-11-.md
Normal file
|
@ -0,0 +1 @@
|
|||
I've found the reason for the recent downtime, and I hope to have it fixed by tomorrow.
|
1
_posts/2018-07-06-.md
Normal file
1
_posts/2018-07-06-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Worlds will now reset if they exceed a certain file size limit, instead of resetting weekly.
|
1
_posts/2018-08-05-.md
Normal file
1
_posts/2018-08-05-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Server data no longer resets after every server restart. This was a mistake on our part. We will look into why the 1.13 update has made the server almost unplayable.
|
1
_posts/2018-08-05-2.md
Normal file
1
_posts/2018-08-05-2.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've rolled the server back to version 1.12.2, due to 1.13 being unusable in its current state. 1.13 clients can still join, but 1.13 features are missing for now.
|
1
_posts/2018-08-06-.md
Normal file
1
_posts/2018-08-06-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The iControlU plugin has been ported over from the old server.
|
1
_posts/2018-09-30-.md
Normal file
1
_posts/2018-09-30-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server is up again.
|
1
_posts/2018-10-01-.md
Normal file
1
_posts/2018-10-01-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We've added a few failsafes to ensure that the server restarts after a crash/freeze. Skins are also fixed.
|
1
_posts/2018-10-02-.md
Normal file
1
_posts/2018-10-02-.md
Normal file
|
@ -0,0 +1 @@
|
|||
An issue that sometimes caused players being unable to chat and use commands has been fixed.
|
1
_posts/2018-10-22-.md
Normal file
1
_posts/2018-10-22-.md
Normal file
|
@ -0,0 +1 @@
|
|||
If the performance improvements in Minecraft 1.13.2 are good enough, we will attempt to upgrade the server 1.13.2 once a new Paper version has been released.
|
1
_posts/2018-10-22-2.md
Normal file
1
_posts/2018-10-22-2.md
Normal file
|
@ -0,0 +1 @@
|
|||
For the time being, 1.13.2 protocol support has been enabled. 1.13.2 clients can connect to the server, but no 1.13 features are present.
|
2
_posts/2018-11-14-.md
Normal file
2
_posts/2018-11-14-.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Two new weapons have been added to the /weapons command. They are slightly unfinished at the moment, but mostly work fine.
|
||||
A new plugin, EchoPet, has also been added. Use the command /pet help in-game for more info.
|
1
_posts/2018-11-29-.md
Normal file
1
_posts/2018-11-29-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The website has received a redesign.
|
1
_posts/2018-12-17-.md
Normal file
1
_posts/2018-12-17-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A new weapon and a couple of bug fixes landed in the Weapons plugin.
|
1
_posts/2018-12-20-.md
Normal file
1
_posts/2018-12-20-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A few common server crashes have been fixed, and more will be looked at in the coming days.
|
1
_posts/2018-12-20-2.md
Normal file
1
_posts/2018-12-20-2.md
Normal file
|
@ -0,0 +1 @@
|
|||
Bot attacks should no longer cause extreme server lag.
|
1
_posts/2018-12-22-.md
Normal file
1
_posts/2018-12-22-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A few more crash issues related to WorldEdit should hopefully be fixed now.
|
1
_posts/2019-02-16-.md
Normal file
1
_posts/2019-02-16-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server is online once again. Apologies for downtime.
|
1
_posts/2019-03-08-.md
Normal file
1
_posts/2019-03-08-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A bug that caused the server to keep restarting has been fixed.
|
1
_posts/2019-03-10-.md
Normal file
1
_posts/2019-03-10-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A bug that sometimes caused the /clearchat command to freeze the server should be fixed now.
|
1
_posts/2019-04-01-.md
Normal file
1
_posts/2019-04-01-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Due to changes in server ownership, Kaboom will become a server network with minigames, survival and creative plots. Unfortunately, the current anarchy server will be removed.
|
1
_posts/2019-04-02-.md
Normal file
1
_posts/2019-04-02-.md
Normal file
|
@ -0,0 +1 @@
|
|||
April fools.
|
1
_posts/2019-04-06-.md
Normal file
1
_posts/2019-04-06-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server was briefly updated to 1.13.2 today to test the stability, but sadly 1.13.2 still has too many issues. The server will stay on 1.12.2, with protocol support for 1.13.2 clients, at least until Minecraft 1.14 is released.
|
1
_posts/2019-04-12-.md
Normal file
1
_posts/2019-04-12-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Our IP provider has suspended us. Looking into this asap.
|
1
_posts/2019-04-18-.md
Normal file
1
_posts/2019-04-18-.md
Normal file
|
@ -0,0 +1 @@
|
|||
The suspension was due to reaching the bandwidth limit. We've switched to a new provider, and the server is up again.
|
1
_posts/2019-04-18-2.md
Normal file
1
_posts/2019-04-18-2.md
Normal file
|
@ -0,0 +1 @@
|
|||
Minecraft 1.14 Pre-Release 5 clients can now join the server.
|
1
_posts/2019-04-29-.md
Normal file
1
_posts/2019-04-29-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Minecraft 1.14 clients are now supported on the server.
|
1
_posts/2019-05-13-.md
Normal file
1
_posts/2019-05-13-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Minecraft 1.14.1 clients are now supported on the server.
|
1
_posts/2019-06-10-.md
Normal file
1
_posts/2019-06-10-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Minecraft 1.14.2 clients are now supported on the server.
|
1
_posts/2019-06-16-.md
Normal file
1
_posts/2019-06-16-.md
Normal file
|
@ -0,0 +1 @@
|
|||
A bunch of fixes and plugin updates have been made.
|
1
_posts/2019-06-25-.md
Normal file
1
_posts/2019-06-25-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We're aware that the server is offline atm, not sure what the reason is yet. Will investigate.
|
1
_posts/2019-06-25-2.md
Normal file
1
_posts/2019-06-25-2.md
Normal file
|
@ -0,0 +1 @@
|
|||
The server is online again. Looks like a temporary outage at OVH rendered the server unplayable until the next server reset. We've made some changes to ensure the server doesn't stay offline after short outages in the future.
|
1
_posts/2019-06-25-3.md
Normal file
1
_posts/2019-06-25-3.md
Normal file
|
@ -0,0 +1 @@
|
|||
Minecraft 1.14.3 clients are now supported on the server.
|
1
_posts/2019-07-02-.md
Normal file
1
_posts/2019-07-02-.md
Normal file
|
@ -0,0 +1 @@
|
|||
We're going to start testing Minecraft 1.14.3's server performance soon, to see if there's any chance of upgrading the server in the near future. The server is currently running on Paper 1.12.2, with protocol support for newer clients due to bad performance in 1.13.
|
1
_posts/2019-07-21-.md
Normal file
1
_posts/2019-07-21-.md
Normal file
|
@ -0,0 +1 @@
|
|||
Minecraft 1.14.4 clients can now join the server.
|
16
index.html
16
index.html
|
@ -16,6 +16,18 @@ layout: main
|
|||
</div>
|
||||
|
||||
<div id="col2">
|
||||
<a href="news" class="button">
|
||||
<span>
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/>
|
||||
</svg>
|
||||
News
|
||||
</span>
|
||||
{% for post in site.posts limit:1 %}
|
||||
{{ post.content | strip_html | truncatewords: 10 }}
|
||||
{% endfor %}
|
||||
</a>
|
||||
|
||||
<a href="https://discordapp.com/invite/cmxJpVf" class="button">
|
||||
<span>
|
||||
<svg viewBox="0 0 24 24">
|
||||
|
@ -23,7 +35,7 @@ layout: main
|
|||
</svg>
|
||||
Chat
|
||||
</span>
|
||||
Join the {{ site.title }} Discord server, where you can chat with other players.
|
||||
Join the Discord server to chat with other players.
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/kaboomserver" class="button">
|
||||
|
@ -33,6 +45,6 @@ layout: main
|
|||
</svg>
|
||||
Source Code
|
||||
</span>
|
||||
Source code of custom {{ site.title }} plugins and infrastructure is available.
|
||||
Source code of custom plugins and infrastructure is available.
|
||||
</a>
|
||||
</div>
|
||||
|
|
24
news.html
Normal file
24
news.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
layout: main
|
||||
---
|
||||
<article>
|
||||
<header>
|
||||
<a href="/">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M11.67 3.87L9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"/>
|
||||
</svg>
|
||||
</a>
|
||||
<h1>News</h1>
|
||||
</header>
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
{{ post.content }}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/>
|
||||
</svg>
|
||||
<span>{{ post.date | date: "%B %e, %Y" }}</span>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</article>
|
Loading…
Reference in a new issue