cmdBlox
Member-
Posts
20 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Everything posted by cmdBlox
-
Try: running the server, wait till it crashes/stops and says offline, go to the settings tab on your server dashboard, disable command blocks, and start the server again.
-
I think your server is just lagging out. You mentioned command blocks, what kind of commands are they running? I could come on your server and see if they are the problem if you want.
-
Why are you talking about Hypixel and vanitymc now? You were saying that they removed the rules against P2W servers in the EULA and I am showing you why you are wrong in thinking that. Hypixel, Vanitymc or any other server that you think might be P2W has nothing to due with our discussion.
-
I don't see any causes, could you post the entire log?
-
Could you post the server log when it crashes?
-
@ztimhirsch1 How can they have "removed it" if they have "never done anything with it"? How would you explain these article then that literally talk about Mojang going after P2W servers back in 2014?: https://www.pcgamesn.com/minecraft/mojang-clarify-new-server-rules-prevent-minecraft-servers-becoming-pay-win https://kotaku.com/mojang-is-trying-to-kill-pay-to-win-on-minecraft-server-1591663994 https://www.theguardian.com/technology/2014/jun/24/minecraft-how-a-change-to-the-rules-is-tearing-the-community-apart How do explain how it literally still says in the EULA that: ^Quoted straight from Mojang's Commercial Guidelines part of the EULA, right underneath the "Servers and Hosting" section: https://account.mojang.com/documents/commercial_guidelines How would explain this part of the report a server a for breaking commercial guidelines form?: This is the same form that the mod had replied with. I think you're in denial buddy.
-
It still is very much part of the eula. Where did you get that info from? To a certain extent, they actually do. See Section A: Player Server Rules: https://forums.minehut.com/rules/
-
List of plugins broken by 1.16.4 (Request to fix)
cmdBlox replied to Hacks_Equals_Ban's topic in Addons
World edit is very broken rn (not just schematics) EDIT: They must have updated WorldEdit, it seems to be functioning correctly now. -
Minehut doesn't like .schem files for some reason: https://forums.minehut.com/topic/4539-whitelist-schem-files https://forums.minehut.com/topic/17433-world-edit-schem https://forums.minehut.com/topic/16264-please-allow-schem-files-from-worldedit-new-topic-to-avoid-necroposting People have been suggestion .schem for over a year and they still haven't added support for it, even though it's something as simple as just whitelisting a file extension.
-
What happened to?:
-
bump ProtocolSupport should be on this list too: https://build.true-games.org/job/ProtocolSupport/ Current build being used: #504 (from Jul 1, 2020) Latest build not being used: #552 (from Sep 1, 2020, supports 1.16.2 servers)
- 18 replies
-
You need to get a permissions plugin and setup permissions on your server. The reason you can use the command when your opped is because, by default, most plugins give opped players permission to use all commands. Luckperms is a good permissions plugin to use, here's a good place to learn how to use it: https://github.com/lucko/LuckPerms/wiki Here is the list of permission nodes for EssentialsX: https://essinfo.xeya.me/permissions.html
-
The newest version of ChatControl now supports 1.16.2 https://www.spigotmc.org/resources/chatcontrol%E2%84%A2-the-ultimate-chat-plugin-500-000-downloads-1-2-5-1-16-2.271/
- 18 replies
-
Might just be a hosting issue since Hypixel is having problems rn too
-
They mean this plugin, the only ChatControl plugin on Minehut: https://www.spigotmc.org/resources/chatcontrol%E2%84%A2-the-ultimate-chat-plugin-500-000-downloads-1-2-5-1-16-1.271/ The latest version v5.8.9 (that Minehut does not have) "is Minecraft 1.4.7 to 1.16.1 compatible and it will NOT break on subsequent 1.16.x releases.". The current version v5.8.7 (that Minehut has) doesn't official support 1.16.1 however and came out all the way back in Oct 31, 2019. @sedb Please put the link to the plugin in your post next time (even if it is already added to Minehut, it makes things easier).
-
https://www.spigotmc.org/resources/chatcontrol%E2%84%A2-the-ultimate-chat-plugin-500-000-downloads-1-2-5-1-16-2.271/ Current Version: v5.8.7 >Latest Version: v5.8.9<
-
What is Fancychat? Fancychat is a mod that most hacked clients have that allow players to use characters that look like this: Example Text or Ⓔⓧⓐⓜⓟⓛⓔ ⓣⓔⓧⓣ Why would you want to block this on your server? These characters are not blocked by default by ChatControl, and because of this, players can use these characters to bypass the chat filter, which means they can say inappropriate things they normally wouldn't be able to say. How to block these characters with the ChatControl plugin? Go into your File Manager, then into your "Plugins" folder, then into the "ChatControl" folder, then into the "rules" folder, then open the "rules.txt" file. Scroll to the past the big block of text at the start of the file and paste one of the following into the file: If you want to only allow "normal" characters, paste this (note: this blocks some characters used for languages that don't use the latin alphabet) : #Only allows "normal" characters match [^\u0000-\u007F]+ then warn &4Please use normal text.&r then deny If you want to just block these two types of Fancychat characters (Example Text and Ⓔⓧⓐⓜⓟⓛⓔ ⓣⓔⓧⓣ) (the two most common sets of characters used), paste this: #Blocks PARENTHESIZED LATIN SMALL LETTER and #CIRCLED LATIN CAPITAL LETTER Alphabet match [\u249C-\u24E0]+ then warn &4Please use normal text.&r then deny #Blocks FULLWIDTH LATIN SMALL LETTER Alphabet match [\uFF10-\uFF60]+ then warn &4Please use normal text.&r then deny If you want to be able to see when players try to use Fancychat characters (and are denied) add this below the line(s) that contain "match [\blah-\blah]+": then notify chatcontrol.notify.rulesalert &8[&7ID FancyChat&8] &7{player}: &f{message} You should now have something like the attached image. 3. Press "SAVE" then run "/chc reload" in game for changes to take affect. Note: Players that are opped, or have chatcontrol bypass permissions (which default players have set to false by default) can still use fancychat characters.
-
+1 OpenInv does not work at all rn. They've added support for 1.16 almost a month ago too...
