Jump to content

emopediaMC

Member
  • Posts

    281
  • Joined

  • Last visited

Everything posted by emopediaMC

  1. i cannot tell if this is a joke or fr
  2. Please suggest that in "Plugin Suggestions"
  3. Yeah but that takes too long smh
  4. Please do not comment on posts older than 1 month.
  5. I'll probably get banned for posting this but I couldn't care less. Before Minehut was taken over by SLG, we had fun, creative servers. And now, all you'll see is Generator, Skyblock, SMP, Skymine, and many more unoriginal server ideas. My experience with Minehut has been quite bad too, free servers having advertisements from the Market every 3 minutes, new staff members false punishing members and more that have really ruined my experience with Minehut. Discord is my most active form of communication with the Minehut community but I have stopped posting as regularly because of the new staff members false punishing members for the most stupid reasons. I used to be actively involved in the community but after the new mods arrived, I have slowly been getting more and more inactive due to the high risk of getting punished for one wrong word that the mods cannot play off as sarcasm. This is exactly what the community members wanted, an anti-sarcasm community where one wrong word can get you muted or banned. SLG thought of the great idea of employing untrained mods that don't know anything about the community to moderate an entire Discord server of over 80,000 members and a Minecraft server with over 200,000 monthly members. SLG could've done something that the community would actually like like updating the outdated file editor, or adding a live console that quite a few members have requested, or even just the possibility of reviewing old logs. There are so many things that SLG could've done that would help the community but no, they decided a new untrained staff team would be the best bang for their buck. Note: If I did end up missing any keypoints, please list them in the comments and I'll make sure to add them.
  6. adding deaths and kills are quite easy, first you need to create the kills and death variable and make them add up when you die and well... kill someone Deaths and Kills variable on death: victim is player add 1 to {deaths::%victim's uuid%} add 1 to {kills::%attacker's uuid%} Adding it to the scoreboard on join: while player is online: set title of player's scoreboard to "Servername" set line 2 of player's scoreboard to "Kills: %{kills::%player's uuid%}%" set line 1 of player's scoreboard to "Deaths: %{deaths::%player's uuid%}%" wait 1 tick Please also make sure you do not reply to posts over 1 month old (like this one). That is classified as necroposting, but anyways I hope that helps you. If you do have any issues with this, please don't reply here and I suggest joining the discord at https://discord.gg/minehut and asking in the #skript channel.
  7. please dont reply on posts over 1 month (necroposting)
  8. sorry for the late reply, do you have skrayfall installed?
  9. I'm going to be making more Skript Tutorials, thanks for the suggestions.
  10. Hello all, in this tutorial I will be sharing the basics of Skript. This tutorial will include how to install Skript, how to indent and basic understanding of Skript features. If you don't already have Skript installed, this is how you install it. Start your server Click "Edit Server" Head over to "Plugins" Search "Skript" in the search bar You will see alot of plugins named "Skript Addon: [addon]", don't get them yet Scroll down till you find "Skript" Click on "Skript" Click "Install Plugin" Restart your server To access Skript files and make Skripts, do what is shown below Start your server Click "Edit Server" Head over to "File Manager" Find the "Plugins" folder Open the "Plugins" folder Find "Skript" in the "Plugins" folder and open it You should see a folder named "Scripts", click it To add a skript, click on the button that says "Create a file" when you hover over it Enter the file name that you want it to be called. Make sure it has ".sk" at the end and click "Create" Find the file you have just created and open it You can now add code into that skript Reloading, Enabling and Disabling skripts Once you have added some code to a skript, you will need to reload the skript to get that functionality Start your server Join your server Type in chat "/sk reload [skriptname]". If that filename exists in the "Scripts" folder then it should reload. To disable a skript all you need to do is "/sk disable [skriptname]" To enable a disabled skript, do "/sk enable [skriptname]" Indentation Indentation is where alot of people mess up when skripting, they simply do not understand and need a way to learn how to indent. Indentation consists of spaces and tabs. Tabs are the most popular option as they are easier to do than spaces. You need to make sure that you keep a consistent indentation, meaning you cannot indent 1 line 5 spaces, and the next 7 spaces. It is always good to remember that you need to always indent the next line whenever the previous line ends with a :, an exception to this is in command statements with items before the trigger such as permission: or aliases:. Here is an image of proper indentation: Syntaxes Syntaxes can be tricky to learn for a beginner but once you learn them, it is easy to become really good at reading/understanding them Lets say for example we have this syntax: create [a] [new] gui [[with id] %-string%] with %inventory% [and shape %-strings%] The [] means it is optional and you dont need to include it. The %% means an object like player or string Lets take a look at another syntax: create [a] [new] [(full)] bound with id %string% (within|between) %location% and %location% The [] means it is optional and you dont need to include it. The %% means an object like player or string The (example 1|example 2) means you can use example 1 instead of example 2 or example 2 instead of example 1 Tutorials A good way of learning Skript is through tutorials on YouTube, they can be very helpful and is how I learned skript at the very start. A good channel to learn Skript from is the offical Minehut YouTube Channel That's all I have time for today folks, I hope you learned something from this tutorial.
  11. Please provide links when requesting plugins.
  12. coal = $10 iron ingot = $20 gold ingot = $35 lapis = $55 redstone = $75 diamond = $100 emerald =$125 Sellwand | 1x Sellwand | 1.25x Sellwand | 1.5x Sellwand | 1.75x Sellwand | 2x Sellwand | 2.5x Sellwand | 3x Sellwand | 4x
  13. Great detail, great for people who want to use mongo.
  14. Hewo, I'm emopedia... I'm not new to the forums but I haven't made an introduction to me so uhh yeh.
  15. yep... forgot about that lol, adding it now
×
×
  • Create New...