Jump to content

Cheezburgurz

Member
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Cheezburgurz

  1. Cheezburgurz

    server.properties

    If Minehut let you edit the server.properties file, you could change the max players and stuff without paying for it. You can change some of the server properties under the Settings tab.
  2. Minehut doesn't let you use mods but you can use Spigot plugins. Minehut also doesn't let you change the server version but you can let clients with older versions join with ProtocolSupport or ViaVersion I think.
  3. I started up my server and all the plugin configs were wiped. This notably included the Skript config, the Skript variables file, and all my scripts. I have my scripts backed up but not my variables. I restarted the server and the skript variables are back but a lot of other things are still missing.
  4. I think that, while I understand that Minehut is growing and they need revenue from somewhere, I think the 12 plugin limit is far too harsh. I would like to offer my suggestions to a modification to the 12 plugin limit on free servers. Some plugins, such as Skript addons, ProtocolLib, Vault, and maybe some other's that are basically mandatory. Alternatively, a system where all Skript addons along with Skript count as only 1 plugin, as Skript is just about useless without addons. Datapacks should be easier to use so people can replace some of the plugins can have their functionalities that are now missing replaced with datapacks Ranks should have a reason to exist. Right now, they're a waste of credits and all they do is give you lobby particles. I think that if you're running a free server with, for example a linked account with a VIP rank, then the limit should be raised to sixteen plugins or something like that on all servers on that account. I think my ideas are pretty fair. This update came as a suprise to me, and I assume many others. I really think that Skript addons shouldn't count as their own plugins, since even for my private SMP server, after removing all the non strictly necessary plugins, I still have about twenty plugins, at least eight of which are Skript or Skript addons. I understand Minehut needs money from somewhere, but if you're advertising yourself as a free platform to host servers, and those servers run on PaperSpigot, I think you should at least give us more than twelve plugins. These are just my thoughts. They're probably not perfect, but I think they're more fair than the current system and they actually make it possible for people to host servers for free.
  5. If you're going to limit plugins, I think you should at least exempt dependency plugins or plugins that are effectively mandatory if you install another plugin like Skript addons, ProtocolLib, or Vault.
  6. Looking through my scripts folder and finding old scripts that were quite useful to me and would be useful to other people. If you want a quick way to edit signs, here you go. Wrote this pretty quickly a long time ago. Pretty useful, hope you find it useful too. options: perm: cheez.signedit command /signedit <Number> [<Text=" ">]: aliases: /editsign, /modifysign, /modsign permission: {@perm} permission message: §cYou require {@perm} permission to use this command! trigger: if arg-1 is set: if arg-1 is less than 1: message "§3Number must be between 1 and 4." if arg-1 is more than 4: message "§3Number must be between 1 and 4." else: set {_text} to arg-2 replace all "&" in {_text} with "§" # allow use of ampersands for text styling replace all "§§" in {_text} with "&" # allow use of double ampersands to negate that set line arg-1 of target block to {_text} message "§3Successfully edited sign!" if arg-1 is not set: message "§3Proper usage: §e/signedit <Line> <Text (Leave blank to clear line.)>"
  7. 2019-11-23 13-56-00.mp4 I have access to lobby commands and to commands on my server.
    its gonna be amazing
    It's gonna be so fun
  8. so much sadness
  9. While I recommend reading and watching the links in Clarifity's reply, you could also read PEX's GitHub wiki here. The wiki might take a while to read so I can give you a few steps for making a simple rank. The following plugins are required: PEX, EssentialsChat, Vault Go to your server console and input the following command: pex user <Your Player Name> add * (This allows you to execute the pex commands in-game) In-game, use the command /pex group <Group Name> create e.g: /pex group Lvl2 create Use command /pex group <Group Name> prefix <Prefix> e.g: /pex group Lvl2 prefix "&6[Lvl2] &e" If you want to add permissions to the group, use /pex group <Group Name> add <Permission Node> e.g: /pex group Lvl2 add essentials.nick (Allows for /nick command) All players on first join are added to the group "default". If you don't want to have to give different groups the same permission multiple times, you can set an inheritance like this: /pex group <Group Name> parents set <Group Name> e.g: /pex group Lvl2 parents set default (Will give the group Lvl2 all the permissions given to default) To put someone in a group, use the command /pex user <User> group set <Group Name> e.g: /pex user Cheezburgurz group set Lvl2 Permission Nodes Permission nodes are usually listed on the plugin's Bukkit or Spigot page or on their GitHub repo. If you can't find it you could just search for the permission nodes. Something very useful ↓ If you don't want people to bypass a mute with the command /minecraft:me, if someone's rank gives them a permission but you want to remove that permission from them without taking away their rank, or if you just want to remove a permission that is already given by default, you can use the command /pex group default add -minecraft.command.me. The hyphen or minus sign tells PEX that you are removing a permission that the player has.
  10. When did you notice that everything was reset and when was the last time everything was intact? Minehut recently had two data breaches in which many players' servers were deleted. This post should also belong in community support.
  11. Cheezburgurz

    SOCIALSPY

    Socialspy is a feature built in to the essentials plugin. I don't think there's a new socialspy plugin.
  12. Cheezburgurz

    bugs

    Regarding the different inventories per gamemode, it's probably because of a plugin of yours. Also, I think I remember there being a thing where chests appear as ender chests in older versions on servers with ProtocolSupport. This post should probably also belong in community support.
  13. Cheezburgurz

    Delete User Data

    I tried to give myself an item with attribute modifiers, specifically, I used this command: minecraft:give @p minecraft:iron_sword{display:{Name:"{\"text\":\"Sword\",\"italic\":false}"},Enchantments:[{id:"minecraft:sharpness",lvl:1s}],AttributeModifiers:[{AttributeName:"generic.attackSpeed",Amount:32767,Operation:0,UUIDLeast:968211,UUIDMost:594529}]} 1 It then kicked me out of my server and now when I try to join it returns this error: io.netty.handler.codec.EncoderException: java.land.IllegalArgumentException: Name cannot be empty. I learned from this spigot forum post https://www.spigotmc.org/threads/cant-use-attribute-modifiers.386026/#post-3488665 that there seems to be a problem with item attributes in Spigot 1.14. Is there a way I can delete my user data? (I can't use the OpenInv plugin because it seems that it kicks me out as soon as I try to load the item. I tried to use OpenInv with an alt and it just kicked out my alt.)
  14. If I were to reset the config for Skript, would that delete all my scripts?
  15. Is there a way to make it so a forum in a club can only be posted in by club moderators?
×
×
  • Create New...