IntellectualSites / FastAsyncWorldEdit

Blazingly fast world manipulation for artists, builders and everyone else: https://www.spigotmc.org/resources/13932/
Other
611 stars 219 forks source link

90:3 can still be placed even when in the disallowed-blocks list #554

Closed WalrusSlayer closed 4 years ago

WalrusSlayer commented 4 years ago

Bug report for FastAsyncWorldEdit 1.16.1

[REQUIRED] FastAsyncWorldEdit Configuration Files:

https://athion.net/ISPaster/paste/view/11086d22c6f04d719543665655a65bd1 [REQUIRED] FastAsyncWorldEdit Version Number:

.... [16:49:38 INFO]: FAWE version:

  • Date Jul 24, 2020 12:00:00 AM
  • Commit f8dd9620
  • Build 306
  • Platform Bukkit .... [16:49:38 INFO]: Wiki: https://wiki.intellectualsites.com/FastAsyncWorldEdit/index .... [16:49:38 INFO]: ------------------ Platforms ------------------
  • Bukkit-Official(1.16-306;72269e0) .... [16:49:38 INFO]: ---------------- Capabilities ---------------- GAME_HOOKS: Bukkit-Official CONFIGURATION: Bukkit-Official USER_COMMANDS: Bukkit-Official PERMISSIONS: Bukkit-Official WORLDEDIT_CUI: Bukkit-Official WORLD_EDITING: Bukkit-Official [REQUIRED] Spigot/Paper Version Number:

    ....=>.... [16:49:58 INFO]: This server is running Paper version git-Paper-114 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT) .... [16:49:58 INFO]: Checking version, please wait... .... [16:49:58 INFO]: Previous version: git-Paper-371 (MC: 1.15.2) [REQUIRED] Description of the problem:

    It seems to not understand that it is a block at all. 90:3, and other portal blocks. It is a dirivity of a portal (Basically a portal and a beacon beam combined). They all seem to be ignored in the disallowed-blocks, and people may get them in the game this way to cause serious lag issues. It is simply placed like normal. Anyone can do it, even when other blocks in the disallowed-list are confirmed to not work. How to replicate:

    Simply add 90:3 to the disallowed-block list and it will still be available to use. Plugins being used on the server:

    ....=>.... [16:52:56 INFO]: Plugins (45): Animatronics, antiRedstoneClock, ArmorStandTools, BannerBoard, BigDoors, BKCommonLib, BuildersUtilities, BungeeTabListPlus, BuycraftX, Citizens, ClearLag, CoreProtect, dtlTraders, Essentials, EssentialsSpawn, ExploitFixer, FastAsyncWorldEdit, GadgetsMenu, HamsterAPI, Hat, HeadDatabase, Holograms, Lift, LightCleaner, LuckPerms, MotionCapture, Multiverse-Core, MyCommand, OpenAudioMc, PlaceholderAPI, PlotSquared, ProtocolLib, ServerLog, spark, Train_Carts, UltimateVotes, UltraBar, Vault, VoidGenerator, VoxelSniper, WDLCompanion, WorldEdit, WorldGuard, WorldGuardExtraFlags, WorldResourcepacks Checklist:

  • [X] I included all information required in the sections above
  • [X] I made sure there are no duplicates of this report (Use Search)
  • [X] I made sure I am using an up-to-date version of FastAsyncWorldEdit for 1.16.1
  • [X] I made sure the bug/error is not caused by any other plugin
MattBDev commented 4 years ago

@WalrusSlayer can you please provide the name of the block? Numerical block IDs are no longer recommended.

WalrusSlayer commented 4 years ago

@MattBDev Unfortunately, I do not believe it has an actual name as far as I am aware. It is one of those hidden blocks, in the same way 43:8 used to be for smooth_stone.

WakkaFlocka239 commented 4 years ago

90 is nether_portal, the data values control the axis blockdata

aurorasmiles commented 4 years ago

What happens when you block "nether_portal" in your config?

aurorasmiles commented 4 years ago

ID numbers have been gone for a while now, please use the material names.