Please see the latest upgrades from the voting system:
- aulu (from designer to Master)
Congratz and thanks to all voters!
Please see the latest upgrades from the voting system:
Congratz and thanks to all voters!
This is a daily update on the status of the work done behind the scenes.
Our webserver is completely open source, hosted on GitHub. You can help improve the server by fixing issues here.
Since we just had the 2nd instance where someone laid a massive (6-digit) amount of slabs in the nether to modify spawning behavior, I have now blocked all slabs from being placed in the nether.
For those who do not know, slabs prevent mobs from spawning. But the server will still try to spawn them and just cancel the spawning once it detects that there is a slab on the location. So it will try again and again at very high speed, which lags the server massively. So please don’t do it over large surfaces. In any world.
Hey everyone, I am (once again) asking for everyone’s help: As you know, we have a web interface for the store and deposit. These show you icons of the blocks and items that are out there. right now, I am storing the URL for each image in a file. The images come directly from the minecraft wiki. The issue here is that a lot of items such as potions do not have a dedicated image for each variety. Also, it’s a burden on the system for having so many different individual images.
So what is better? It’s better to have one single file with all the icons, and to tell the browser which part of the file to show instead. In order to do that however, I need to know which block and item is at which position of the image.
It’s better to have one file and tell the website which part of the file to show.
What I need now, is someone who helps me to take an item name, find the item on the in the list (above point 3) (e.g. the “stone” in ” ‘stone‘ => array( ” ), find it in the image (above 1) and put the name in the correct field on the excel sheet (above 2).
Hints:
Thanks a lot for the help!
This is a daily update on the status of the work done behind the scenes.
Our webserver is completely open source, hosted on GitHub. You can help improve the server by fixing issues here.
Please see the latest upgrades from the voting system:
Congratz and thanks to all voters!
Please see the latest upgrades from the voting system:
Congratz and thanks to all voters!
We have now a new, cool (if I might say so) lot management command!
You just type /lot manage and it will show you the members of the current lot (provided it’s yours). It will also show you all online users. Behind each user it will show you a [X] for removal or a [+] for adding people to your lot.
If you have ideas for additional commands like this, please let me know!
Just wanted to let you know that there are some smaller fixes done:
Please see the latest upgrades from the voting system:
Congratz and thanks to all voters!
I just wanted to let everyone know that I am back online after a week of having a severe infection (beaten down by Antibiotics) and 10 days of great diving holidays. If you want to see some photos of underwater creatures you never thought existed, please take a look at my facebook page: https://www.facebook.com/uncovery.photo/
I will start working in the coming days on some fixes and updates, please stand by for news here.
I installed a new forum software. Hope everyone likes it. The old forum will be there for a while as an archive, but posting there is disabled now.
This is a daily update on the status of the work done behind the scenes.
Our webserver is completely open source, hosted on GitHub. You can help improve the server by fixing issues here.
We have now new in-game notifications for website updates such as new posts, comments or forum replies. There are not two clickable texts that will link you to the website or allow you to read the website contents directly in-game by clicking on them.
Please see the latest upgrades from the voting system:
Congratz and thanks to all voters!
Please see the latest upgrades from the voting system:
Congratz and thanks to all voters!
This is a daily update on the status of the work done behind the scenes.
Our webserver is completely open source, hosted on GitHub. You can help improve the server by fixing issues here.
Please see the latest upgrades from the voting system:
Congratz and thanks to all voters!
This is a daily update on the status of the work done behind the scenes.
Our webserver is completely open source, hosted on GitHub. You can help improve the server by fixing issues here.
There is another new function that I am rolling out right now: Hover & click functions in game text. Some of this was depending on NBT (see the previous posts).
The first implementation is for the depositbox and the shop. You can now hover over enchanted items to see their properties. The Enchanted items are listed now in blue.
Secondly, the depositbox now has buttons to instantly withdraw items, no typing needed anymore. If an item has only one in stock, there will be one button to withdraw it, and if there are more than one there is a second button to withdraw only one of them.
More functionality like this will follow over the next weeks. If you have proposals on how to do mouse-overs or click functions, please let me know and I will see if I can implement them.