Jump to content

xlr100

Member
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

xlr100 last won the day on February 13 2020

xlr100 had the most liked content!

1 Follower

Recent Profile Visitors

1,200 profile views

xlr100's Achievements

Rookie

Rookie (3/6)

8

Reputation

  1. I'm developing Farm2Live and will release it in the following weeks. If this interests you feel free to join the discord to participate in polls see the progress https://discord.gg/wyNdtr5
  2. xlr100

    Minehut Exposed

    I agree with a lot of the things you said in the document, but if we are already judging based on the past, we all know minehut is far from a perfect or good host, but it isn't going to change either. Although minehut is starting to take action now that they are in a bad financial situation, the new features are going to be more money making machines, while they continue to ignore basic needs. The rush 1.16 update is a perfect example of how minehut either doesn't care about the users or is just really bad at decision making (Something we already know based on how they broke their own economy for some time), and it's not the first time minehut updates the second it's possible while disregarding everything else, this happens almost every time there is a major update. Now the staff team is trying to connect with the community by doing Q&A and such, that helps to some extent but that doesn't solve the main problem. Minehut or rather super league isn't the only company with the goal to earn money, but usually the successful ones don't ignore their customers or disregard basic functionality of their product for more money. Now they are working on unneeded features solely for money instead of making their product better, so people will have a better reason to pay for it. I don't think it's coincidental that most of the successful servers on minehut either leave or die, minehut isn't a platform for successful servers, it's a go fund me at best. Now that my reputation is officially ruined, you know why when I get banned for toxicity (lol)
  3. Hello people of Minehut, I'm here again with another big project. We are recruiting for many different positions: Experienced Skript Developers - Making all the the features below take time, and in order to release as soon as possible we need more Skript developers. Builders - As an MMORPG, Westeria requires a lot of builds. Story development team - We need people to think of quests, items, mobs and more. Artists (texture packs artists and experts in particular) - We are trying to do something that is rarely seen in Minehut - an unique experience with a custom texture pack. Westeria has many unique features: Custom Items, Custom Mobs, Levels and Stats, Custom Quest System, Custom Spawners, Classes and Abilities, Region System, Party System, Dungeons (Planned), Loot Chests (Planned). For more information about Westeria you can check our other much more detailed post: You can join our discord server for polls and updates: https://discord.gg/xDpq4rF If you want to help us out then dm me in discord: xlr100#6932
  4. Cool script, you should add an option to prevent messages that include certain words from being sent (for example swear words). You can provide a default list and an option to edit it (/chc word add/remove/list)
  5. Cool script, although you should use player uuid instead of the player name, as players can change their names.
  6. Cool tutorial, good job! Should probably go into more details about group specific scoreboards (Like mini-games)
  7. If you are already using skript to edit slots why not create the menus with skript? CYOM has many bugs, limited features and looks unprofessional in my opinion. If you are interested in using skript menus then i advise you to use the vanilla menus with the on inventory click event.
  8. I would love to hear more about it - xlr100#6932
  9. I'm an experienced Skript developer with 2+ years of experience and many successful projects made (if you want more information about that, click the link at the end). I'm offering these things: 1. I can make scripts: Paid unless I find it interesting enough, feel free to try your luck. 2. I can make your crazy server ideas come true if I see potential in them. 3. I can teach you Skript for free if I find you interested and dedicated enough Here is an example of a project I'm working on (You can find more in that youtube channel): https://youtu.be/gHR8PLiadZYSo Discord - xlr100#6932
  10. Sk-NbeeT has been replaced with SkBee but minehut didn't change it yet, so the addon doesn't function and all scripts that used it now don't work properly. Please add SkBee and delete Sk-NbeeT. Also, SkBee is a combination of Sk-NbeeT, SkRecipe and SkBoard so once you add SkBee you can delete the others. https://www.spigotmc.org/resources/skbee-skript-addon.75839/
  11. Not that i know of, you could calculate the damage the target is supposed to get and if its higher then its a critical hit, but that would be pretty hard and complicated to code
  12. Here is a simple dash script i made out of boredom, and because normal PvP sucks Note: You dash when you rightclick with a sword or leftclick with a bow Additional Note: You can change the cooldown between dashes and the speed of the dashes in the options section options: Cooldown: 3 seconds Speed: 2 on rightclick with a sword: Dash(player) on leftclick with a bow: Dash(player) function Dash(p: player): set {_u} to {_p}'s uuid if {dash.last::%{_u}%} is set: set {_wait} to difference between {dash.last::%{_u}%} and now else: set {_wait} to {@Cooldown} if {_wait} >= {@Cooldown}: set {dash.last::%{_u}%} to now if {_p} is on ground: push {_p} forwards at speed {@Speed} else: push {_p} forwards at speed {@Speed} / 2 else: send action bar "&cCD: %difference between {_wait} and {@Cooldown}% left" to {_p}
  13. xlr100

    ShopAPI

    Nice script, I can see a lot of effort went into it. Although making it with the default skript menus and the on inventory click event would take less lines, work more efficiently and prevent some problems like /skript reload all breaking the menus
  14. The script is nice and players can play around with it, but as you said the script is pretty inefficient and there also isn't any crate animation so i wouldn't recommend to use it instead of a crate plugin . But nice script overall and keep up the good work!
  15. Just a script i made for a server, I decided to post it here mainly so new Skript developers can use it as reference and learn. I removed the rewards (a gui) because they were specific to that server, i can send them if people are interested This script is 100% working but it doesn't really affect the gameplay, the only thing mining levels do is show in a leaderboard so its just for fun if you want to add it to your server. Information: Commands: /skills (the skills menu) /leaderboard mining (mining leaderboard) /skillreset (resets all of the player related skills variables, requires permission) Usage: - You can only gain mining exp when mining ores and without silk touch, this is to prevent getting xp by breaking rare blocks, replacing them and breaking them again Note: To new Skript developers this may look advanced, to experienced Skript developers this may look easy to make. This is something i made for a random server, I'm just posting this to help the community and not to showcase my skills or anything idiotic like that Skills Public.sk
×
×
  • Create New...