diff --git a/assets/css/main.css b/assets/css/main.css index 24adb6b..1695d54 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3278,4 +3278,194 @@ body.is-touch #banner { margin: 0; padding: 0; } +} + +/* style for flipping card starts here */ +.flipping-cards { + margin-top: -3rem; + padding: 2rem 0; + background-image: linear-gradient(to left bottom, #e44c65, #d6a334); + font-family: 'Rubik', sans-serif; +} + +.flipping-card-wrapper { + padding: 2rem; + margin: 2rem; + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-content: center; +} + +.flipping-card-item-wrapper { + perspective: 150rem; + position: relative; + width: 340px; + height: 400px; + margin: 1rem; +} + +.flipping-card-item-side { + position: absolute; + top: 0; + left: 0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + margin: 1.5rem; + width: 100%; + height: 100%; + background-position: center; + color: #ffffff; + background-color: #121218cc; + box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.18); + transition: all 1s; +} + +.flipping-card-item-side-back { + color: rgb(255, 255, 255); + transform: rotateY(180deg); +} + +.flipping-card-item-wrapper:hover .flipping-card-item-side-front { + transform: rotateY(-180deg); +} + +.flipping-card-item-wrapper:hover .flipping-card-item-side-front { + transform: rotateY(-180deg); +} + +.flipping-card-item-wrapper:hover .flipping-card-item-side-back { + transform: rotateY(0); +} + +.flipping-card-item-img { + width: 100%; + height: 100%; + background-size: cover; + background-blend-mode: color; +} + +.flipping-card-back-wrapper { + font-weight: 200; + position: relative; + top: 25%; + left: 0; + margin: 2rem; + text-align: center; +} + +.flipping-card-back-wrapper__btn { + margin-top: 2rem; + padding: .7rem; + text-align: center; + color: #ffffff; + border: 0; + background-image: linear-gradient(to right bottom, #e44c65, #e92949); + transition: all .5s; +} + +.flipping-card-back-wrapper__btn:hover { + background-image: none; + color: #ffa41b; + border: 1px solid #ffa41b; +} + +.flip-card-text-header { + position: absolute; + top: 40%; + left: 50%; + transform: translate(-50%, -50%); +} + +.flip-card-text-paragraph2 { + position: absolute; + top: 65%; + left: 50%; + transform: translate(-50%, -50%); +} + +.flip-card-text-paragraph { + position: absolute; + top: 60%; + left: 50%; + transform: translate(-50%, -50%); +} + +.copyright { + font-size: 11px; + color: #ffffff; + text-align: center; +} + +/* This is for normal cards that don't flip*/ +.card { + /* Add shadows to create the "card" effect */ + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); + transition: 0.3s; +} + +/* On mouse-over, add a deeper shadow */ +.card:hover { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); +} + +.card-footer { + padding: .75rem 1.25rem; + padding-top: 0.75rem; + padding-right: 1.25rem; + padding-bottom: 0.75rem; + padding-left: 1.25rem; + background-color: rgba(0, 0, 0, .3); + border-top: 1px solid rgba(0, 0, 0, .125); + border-top-color: rgba(0, 0, 0, 0.125); + border-top-style: solid; + border-top-width: 1px; +} + +.card-footer:last-child { + border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: calc(-1px + 0.25rem); + border-bottom-left-radius: calc(-1px + 0.25rem); +} + +/* Add some padding inside the card container */ +.cardcontainer { + padding: 2px 16px; +} + +.btn { + display: inline-block; + font-weight: 400; + color: #ebebeb; + text-align: center; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: .375rem .75rem; + font-size: 1rem; + line-height: 1.5; + border-radius: .25rem; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; +} + +.cardfooter { + padding: .75rem 1.25rem; + background-color: rgba(0, 0, 0, .03); + border-top: 1px solid rgba(0, 0, 0, .125); +} + +/* CSS for putting text on an image*/ + +/* Centered text */ +.centered { + position: absolute; + top: 40%; + left: 50%; + transform: translate(-50%, -50%); } \ No newline at end of file diff --git a/assets/js/util.js b/assets/js/util.js index 9781c88..0b4775a 100644 --- a/assets/js/util.js +++ b/assets/js/util.js @@ -578,4 +578,12 @@ function toggleSidePanel() { $('body').toggleClass('navPanel-show'); +} + +function copyToClipboard(element) { + var $temp = $(""); + $("body").append($temp); + $temp.val($(element).text()).select(); + document.execCommand("copy"); + $temp.remove(); } \ No newline at end of file diff --git a/index.html b/index.html index 5e7792a..e7c3bd3 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,6 @@

Hermitcraft-like Shopping District

ComparatorCraftSMP features

-
@@ -126,7 +125,7 @@

Dynmap

We have dynmap which is a google maps style website which shows a map of the server, and you can see peoples builds. - Check it out here + Check it out here

diff --git a/info.html b/info.html new file mode 100644 index 0000000..c0ef3aa --- /dev/null +++ b/info.html @@ -0,0 +1,482 @@ + + + + + + Info | ComparatorCraftSMP + + + + + + + + +
+ + + +
+
+
+

Information

+

Here's some details of our server.

+
+ +
+ +
+
+

Server Addresses

+
+ +
+
+

Specs

+
+
+
+ +

CPU

+

+ AMD Ryzen 9 3900 With 4 Dedicated CPU cores 8 Threads 4.6 GHz max boost, 2648 Single + Thread Rating +

+
+
+ +

RAM

+

16 GB DDR4 2666 MHz

+
+
+ +

Connection

+

1 GBit/s

+
+
+ +

Storage

+

240GB NVMe SSD

+
+
+ +

DDoS Mitigation

+

+ + Cloudflare Magic transit DDoS Protection + +

+
+
+ +

Host

+

+ The host we use is Bloom and our server is located + in Dallas Texas +

+
+
+
+
+
+
+
+

Core Plugins

+
+
+
+
+ +

CoreProtect

+

a fast and reliable block logging plugin

+
+
+
+

+ This is a good plugin for logging any action a player does to the server, we can + rollback any action too. This is why we don’t use claim plugins because we have + this more “vanilla friendly” option for handling theft and greif. +

+
+
+
+ +
+
+ +

Dynmap

+

a fast and reliable block logging plugin

+
+
+
+

+ This is a map that you can open in your browser to view the server, you can see + builds and players locations in game. +

+ + + +
+
+
+
+
+ +

Discord SRV

+

+ A powerful, configurable, open-source Discord to + Minecraft bridging plugin. +

+
+
+
+

+ This allows players to see chat in the minecraft server from discord and to even + chat to people in the minecraft server from discord. We also have a separate + plugin that uses this plugins api and allows people to see stats from the + minecraft server on discord. +

+
+
+
+
+
+ +

Wandering Trades

+

+ WanderingTrades is a plugin that allows us to have + custom heads in traders. +

+
+
+
+

+ This allows us to put custom trades for the wandering traders. Wandering traders + on our server sell 4 player heads from any player that has logged on our SMP. + And then they sell 12 random microblocks. +

+
+
+
+
+
+ +

Plan

+

+ Plan is a plugin that records lots of in depth + statistics about the server. +

+
+
+
+

+ This allows us to display really cool stats to the community, and help admins + keep track of activity too. +

+ + + +
+
+
+
+
+ +

Plasmo Voice

+

+ Proximity chat plugin, adds proximity voice chat to the server.​ +

+
+
+
+

+ This is a server side plugin and a client side mod you can get that adds + proximity chat functionality. Meaning the closer you are to someone the louder + they are to you. +

+ + + +
+
+
+
+
+
+

Minecraft Tweaks

+

+ These are all our tweaks, and changes we have on the server. +
+ These are just small quality of life things that make the game a bit more fun. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TweakDescription
+ Anti Enderman and Ghast Greifing + + Ghasts and enderman can't grief at all. So ghast fireballs don't break anything and + enderman can't pickup blocks +
+ Armor Status + + Adds a unique book that allows you to alter the properties of armor stands in + survival. + The same one in + hermitcraft. + To get the book do /trigger as_help. +
+ Coordinates hud + + This shows a little coordinates HUD above your hotbar. In order to get this do + /thud in game. +
+ Double shulker shells + + Shulkers drop 2 shells when they're killed no matter what +
+ Dragon drops elytra + + The enderdragon drops a dragon egg and an elytra everytime it is killed +
+ Durability ping + + This alerts the player when their tool durability is low. +
+ Fast leaf decay + + Leaves decay faster. +
+ More mob heads + + Each mob has a chance of dropping a head when killed. + + Click here to view the drop rate + +
+ Multiplayer sleep + + Only one player has to sleep for us to skip the night +
+ Nether portal coords + + Shows the coords of where a nether portal will be in the opposite dimension with + /pcoords. +
+ Per Player Mob Spawns + + Determines whether the mob limit (in bukkit.yml) is counted per-player or for the + entire server. Enabling this setting results in roughly the same number of mobs, but + with a more even distribution that prevents one player from using the entire mob cap + and provides a more single-player like experience. +
+ Player head drops + + A player will drop their head when killed by another player. The item displays who + the killer is. +
+ Silence mobs + + Adds the ability to silence mobs using a name tag. 'Silence me'; 'silence me'; + 'silence_me' are all acceptable names. +
+ Unlock all recipes + + Automatically unlock all recipes as soon as you start playing. +
+ Villager workstation highlights + + Allows you to find the workstation of any villager. Just face the villager and do + /findworkstation and hearts should appear above the workstation the villager has + claimed. +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + \ No newline at end of file