Solved Solved- Removing Weird Commands?

Discussion in 'Bukkit Help' started by Winterfellhard, Oct 24, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Winterfellhard

    Edit: See last post. Please help! Any documentation even would be super!
     
  2. Offline

    StevenTB01

  3. Offline

    Winterfellhard

    Steven Im running essentials haha. The problem is im also running jcommands, world guard, world border and factions so there is more than a few commands conflicts.

    Edit: Prior Code Worked! Except for trying to remove those weird commands?

    example. in game /craftconomy3:bank or /craftconomy3:ccsetup I am trying to remove these commands from the game completely. They already have a working alias.

    Example code doesn't seem to work.

    Code:
      craftconomy3:bank:
      - []
      craftconomy3:ccgroup:
      - []
      craftconomy3:ccsetup:
      - []
      craftconomy3:craftconomy:
      - []
      craftconomy3:currency:
      - []
      craftconomy3:money:
      - []
      craftconomy3:payday:
      - []
    Edit: this really doesn't work. Server log below:.

    Code:
    15:04:06] [Server thread/WARN]: Could not register alias autorank:ar because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias bounty:bounties because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias bounty:bounty because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias bounty:bountyon because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias bounty:unbounty because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias chestcommands:chc because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias chestcommands:chestcommands because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias customjoinitems:cji because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias customjoinitems:customjoinitems because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias clearlagg:lagg because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias craftconomy3:bank because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias craftconomy3:ccgroup because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias craftconomy3:ccsetup because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias craftconomy3:craftconomy because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias craftconomy3:currency because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias craftconomy3:money because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias craftconomy3:payday because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias galistener:fakevote because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias galistener:gal because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias galistener:rewards because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias galistener:topvotes because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias galistener:vote because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias galistener:votetop because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias compatnocheatplus:cncp because it contains illegal characters
    [15:04:06] [Server thread/WARN]: Could not register alias compatnocheatplus:compatnocheatplus because it contains illegal characters
     
  4. Offline

    Winterfellhard

    Bump.

    So here is a full list of the aliases the do not work. Can anyone teach me the right way?

    Code:
    #  Add back into server.
      bounty:bounty:
      - []
      bounty:bountyon:
      - []
      bounty:unbounty:
      - []
      chestcommands:chc:
      - []
      chestcommands:chestcommands:
      - []
      customjoinitems:cji:
      - []
      customjoinitems:customjoinitems:
      - []
      clearlagg:lagg:
      - []
      craftconomy3:bank:
      - []
      craftconomy3:ccgroup:
      - []
      craftconomy3:ccsetup:
      - []
      craftconomy3:craftconomy:
      - []
      craftconomy3:currency:
      - []
      craftconomy3:money:
      - []
      craftconomy3:payday:
      - []
      galistener:fakevote:
      - []
      galistener:gal:
      - []
      galistener:rewards:
      - []
      galistener:topvotes:
      - []
      galistener:vote:
      - []
      galistener:votetop:
      - []
      compatnocheatplus:cncp:
      - []
      compatnocheatplus:compatnocheatplus:
      - []
     
  5. Offline

    Winterfellhard

    Bump so it seems the issue is the character : as this then ends that line when i need it to go to the second :

    is there a way to do this?
     
  6. Offline

    timtower Administrator Administrator Moderator

    Winterfellhard Put the command in single quotes:
    Code:
    'craftconomy:payday':
    - []
     
  7. Offline

    Winterfellhard

    timtower thanks for trying to help but unfortunately this did not work what about a / or # in front of the : ?

    Iv got no idea and there isn't really any good info on this subject that I can find.


    Edit: So I now have

    Code:
      'bounty:bounty':
      - []
      'bounty:bountyon':
      - []
      'bounty:unbounty':
      - []
      'chestcommands:chc':
      - []
      'chestcommands:chestcommands':
      - []
      'customjoinitems:cji':
      - []
      'customjoinitems:customjoinitems':
      - []
      'clearlagg:lagg':
      - []
      'craftconomy3:bank':
      - []
      'craftconomy3:ccgroup':
      - []
      'craftconomy3:ccsetup':
      - []
      'craftconomy3:craftconomy':
      - []
      'craftconomy3:currency':
      - []
      'craftconomy3:money':
      - []
      'craftconomy3:payday':
      - []
      'galistener:fakevote':
      - []
      'galistener:gal':
      - []
      'galistener:rewards':
      - []
      'galistener:topvotes':
      - []
      'galistener:vote':
      - []
      'galistener:votetop':
      - []
      'compatnocheatplus:cncp':
      - []
      'compatnocheatplus:compatnocheatplus':
      - []

    And the error:
    Code:
    [03:38:50] [Server thread/INFO]: Starting minecraft server version 1.7.9
    [03:38:50] [Server thread/INFO]: Loading properties
    [03:38:50] [Server thread/INFO]: Default game type: SURVIVAL
    [03:38:50] [Server thread/INFO]: Generating keypair
    [03:38:50] [Server thread/INFO]: Starting Minecraft server on 142.54.189.90:25615
    [03:38:50] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.2)
    [03:38:50] [Server thread/INFO]: Console input is disabled due to --noconsole command argument
    [03:38:51] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.1
    [03:38:51] [Server thread/INFO]: [Craftconomy3] Loading Craftconomy3 v3.1.6 jenkins-Craftconomy3-2149
    [03:38:51] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.2
    [03:38:51] [Server thread/INFO]: [mcore] Loading mcore v7.2.1
    [03:38:51] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
    [03:38:51] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.13f
    [03:38:51] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
    [03:38:51] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.5
    [03:38:51] [Server thread/INFO]: [Bounty] Loading Bounty v3.5.1
    [03:38:51] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
    [03:38:51] [Server thread/INFO]: [CustomJoinItems] Loading CustomJoinItems v1.5.1
    [03:38:51] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.5.1
    [03:38:51] [Server thread/INFO]: [jCommands] Loading jCommands v2.0.2
    [03:38:51] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v2.2.3
    [03:38:51] [Server thread/INFO]: [MyPet] Loading MyPet v1.2.0
    [03:38:51] [Server thread/INFO]: [SecureLogin] Loading SecureLogin v1.8.2
    [03:38:51] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.2
    [03:38:51] [Server thread/INFO]: [Autocast] Loading Autocast v2.0
    [03:38:51] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
    [03:38:51] [Server thread/INFO]: [Stats] Loading Stats v2.0.0-214
    [03:38:51] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
    [03:38:51] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.1
    [03:38:51] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
    [03:38:51] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
    [03:38:51] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
    [03:38:51] [Server thread/INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68
    [03:38:51] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
    [03:38:51] [Server thread/INFO]: [Factions] Loading Factions v2.4.0
    [03:38:51] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.11.1-RC-sMD5NET-b743
    [03:38:51] [Server thread/INFO]: [Autorank] Loading Autorank v3.3
    [03:38:51] [Server thread/INFO]: [mcore] Enabling mcore v7.2.1
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] === ENABLE START ===
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §eLoading Playerdat datas...
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §eLoading Cachefile datas...
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §eLoading Onlineplayer datas...
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §eLoading Registry datas...
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §eLoading Dbmojangapi datas...
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Found: §d0
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Cached: §d0
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Remaining: §d0
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §eNow fetching the remaining players from Mojang API ...
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §e ... done!
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §eSaving Cachefile...
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §eSetup of IdUtil took §d89§ems.
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] === ENABLE §aCOMPLETE §e(Took §d329ms§e) ===
    [03:38:52] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
    [03:38:52] [Server thread/INFO]: [Vault] [Economy] CraftConomy3 found: Waiting
    [03:38:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
    [03:38:52] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
    [03:38:52] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
    [03:38:52] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
    [03:38:52] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
    [03:38:52] [Server thread/INFO]: [mcore 7.2.1] §aActivated §eintegration with §dVault
    [03:38:52] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.13f
    [03:38:52] [Server thread/INFO]: PlotMe 54 plots loaded
    [03:38:52] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
    [03:38:53] [Server thread/INFO]: Preparing level "world"
    [03:38:53] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7183121725655893182)
    [03:38:55] [Server thread/INFO]: Preparing spawn area: 0%
    [03:38:56] [Server thread/INFO]: Preparing spawn area: 52%
    [03:38:56] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.1
    [03:38:56] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
    [03:38:56] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
    [03:38:56] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 3000 at X: 33.0 Z: 328.0
    [03:38:56] [Server thread/INFO]: [WorldBorder] [CONFIG] World "plotsmall" has border radius 200 at X: 0.3 Z: 0.5
    [03:38:56] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 33.0 Y: 78.0 Z: 328.0
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Enabling Craftconomy3 v3.1.6 jenkins-Craftconomy3-2149
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Starting up!
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Loading the Configuration
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Loading listeners.
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Loading commands
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Loading the Database Manager
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Database Manager Loaded!
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Loading the Currency manager.
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Currency Manager Loaded!
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Loading default settings.
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Default settings loaded!
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Loading the Account Manager
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Account Manager Loaded!
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Loading the PayDay manager.
    [03:38:57] [Server thread/INFO]: [Craftconomy3] PayDay Manager loaded!
    [03:38:57] [Server thread/INFO]: [Craftconomy3] World Group Manager loaded!
    [03:38:57] [Server thread/INFO]: [Craftconomy3] Ready!
    [03:38:57] [Server thread/INFO]: [Vault][Economy] Craftconomy3 hooked.
    [03:38:57] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.2
    [03:38:57] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
    [03:38:57] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
    [03:38:57] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
    [03:38:57] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
    [03:38:57] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: LARGE_BIOMES & seed: 7183121725655893182
    [03:38:57] [Server thread/INFO]: [Multiverse-Core] 1 - World(s) loaded.
    [03:38:57] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.5
    [03:38:57] [Server thread/INFO]: [PermissionsEx] Initializing file backend
    [03:38:57] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
    [03:38:57] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    [03:38:57] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
    [03:38:57] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
    [03:38:57] [Server thread/INFO]: [Bounty] Enabling Bounty v3.5.1
    [03:38:57] [Server thread/INFO]: [Bounty] Plugin enabled
    [03:38:57] [Server thread/INFO]: [Bounty] Settings read from config file
    [03:38:57] [Server thread/INFO]: [Bounty] Language settings read from language config file
    [03:38:57] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
    [03:38:58] [Server thread/INFO]: [WorldGuard] Blacklist loaded.
    [03:38:58] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
    [03:38:58] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
    [03:38:58] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
    [03:38:58] [Server thread/INFO]: [WorldGuard] (world) All fire spread is disabled.
    [03:38:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
    [03:38:58] [Server thread/INFO]: [WorldEdit] Using external NmsBlock for this version: CBXNmsBlock_175_5xcompat
    [03:38:58] [Server thread/INFO]: [WorldGuard] 10 regions loaded for 'world'
    [03:38:58] [Server thread/INFO]: [CustomJoinItems] Enabling CustomJoinItems v1.5.1
    [03:38:58] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.5.1
    [03:38:58] [Server thread/INFO]: [SilkSpawners] Loading support for v1_7_R3
    [03:38:58] [Server thread/INFO]: [SilkSpawners] AutoUpdater is disabled due to config setting.
    [03:38:58] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
    [03:38:58] [Server thread/INFO]: [jCommands] Enabling jCommands v2.0.2
    [03:38:58] [Server thread/INFO]: ---
    [03:38:58] [Server thread/INFO]: [jCommands] Loaded /jCommands/config.yml
    [03:38:58] [Server thread/INFO]: [jCommands] Initializing Commands.
    [03:38:58] [Server thread/INFO]: [jCommands] Initializing Events.
    [03:38:58] [Server thread/INFO]: [jCommands] jCommands v2.0.2 enabled (63 ms)
    [03:38:58] [Server thread/INFO]: ---
    [03:38:58] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v2.2.3
    [03:38:58] [Server thread/INFO]: [ChestCommands] Loading menu: Seller-Marketplace.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Loading menu: adminconsole.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Loading menu: youtubeshop.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Loading menu: donatorshop.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Loading menu: mainmenu.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Loading menu: admin-ctrl.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Loading menu: superpowers.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Loading menu: startershop.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Loading menu: freeitems.yml
    [03:38:59] [Server thread/INFO]: [ChestCommands] Economy plugin found, economy support enabled!
    [03:38:59] [Server thread/INFO]: [MyPet] Enabling MyPet v1.2.0
    [03:38:59] [Server thread/INFO]: [MyPet] 1 pet(s) loaded
    [03:38:59] [Server thread/INFO]: [MyPet] version 1.2.0-b630 ENABLED
    [03:38:59] [Server thread/INFO]: [SecureLogin] Enabling SecureLogin v1.8.2
    [03:38:59] [Server thread/INFO]: SecureLogin v1.8.2 Is Now Enabled.
    [03:38:59] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.2
    [03:38:59] [Server thread/INFO]: [ClearLag] Loading modules...
    [03:38:59] [Server thread/WARN]: [ClearLag] mob-range requires you to use bukkit v1.7_r4 (1.7.10)
    [03:38:59] [Server thread/INFO]: [ClearLag] Modules have been loaded!
    [03:38:59] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
    [03:38:59] [Server thread/INFO]: [Autocast] Enabling Autocast v2.0
    [03:38:59] [Server thread/INFO]: Autocast attivato!
    [03:38:59] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
    [03:38:59] [Server thread/INFO]: [Votifier] Votifier enabled.
    [03:38:59] [Server thread/INFO]: [Stats] Enabling Stats v2.0.0-214
    [03:39:02] [Server thread/INFO]: [Stats] Version 2.0.0-214 enabled!
    [03:39:02] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.1
    [03:39:02] [Server thread/INFO]: [GAListener] GAListener v1.3.1 Enabled
    [03:39:02] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
    [03:39:02] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
    [03:39:02] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
    [03:39:02] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: Craftconomy3 version: 1.4.1-b436)
    [03:39:02] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
    [03:39:02] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
    [03:39:02] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
    [03:39:02] [Server thread/INFO]: [Multiverse-Portals]  0 - Portals(s) loaded
    [03:39:02] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68
    [03:39:02] [Server thread/INFO]: [cncp] Ensured that the following plugin is enabled: WorldGuard
    [03:39:02] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): mcMMO(default) / 2.1
    [03:39:02] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
    [03:39:02] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
    [03:39:02] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
    [03:39:02] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
    [03:39:02] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68 is enabled. Some hooks might get registered with NoCheatPlus later on.
    [03:39:02] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
    [03:39:02] [Server thread/INFO]: [Factions] Enabling Factions v2.4.0
    [03:39:02] [Server thread/INFO]: [Factions 2.4.0] === ENABLE START ===
    [03:39:03] [Server thread/INFO]: [Factions 2.4.0] === ENABLE COMPLETE (Took 330ms) ===
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.8|1.7.9 / CB3043
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is enabled.
    [03:39:03] [Server thread/INFO]: [NoCheatPlus] Added hook: mcMMO(cncp) [2.3].
    [03:39:03] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Added 1 registered hooks to NoCheatPlus.
    [03:39:04] [Server thread/INFO]: [Autorank] Enabling Autorank v3.3
    [03:39:04] [Server thread/INFO]: [Autorank] Simple config file loaded
    [03:39:04] [Server thread/INFO]: [Autorank] Advanced config file loaded
    [03:39:04] [Server thread/INFO]: [Autorank] Settings config file loaded
    [03:39:04] [Server thread/INFO]: [Autorank] Loaded playerdata.
    [03:39:04] [Server thread/INFO]: [Autorank] Found Stats plugin: Stats (by Lolmewn)
    [03:39:04] [Server thread/INFO]: [Autorank] Hooked into Stats (by Lolmewn)
    [03:39:04] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
    [03:39:04] [Server thread/INFO]: [Autorank] Interval check every 10 minutes.
    [03:39:04] [Server thread/INFO]: [Autorank] Data file loaded
    [03:39:04] [Server thread/INFO]: [Autorank] Config files have been correctly setup!
    [03:39:04] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
    [03:39:04] [Server thread/INFO]: [Autorank] Using timings of: stats
    [03:39:04] [Server thread/INFO]: [Autorank] Autorank 3.3 has been enabled!
    [03:39:04] [Server thread/WARN]: Could not register alias autorank:ar because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias bounty:bounty because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias bounty:bountyon because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias bounty:unbounty because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias chestcommands:chc because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias chestcommands:chestcommands because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias customjoinitems:cji because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias customjoinitems:customjoinitems because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias clearlagg:lagg because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias craftconomy3:bank because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias craftconomy3:ccgroup because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias craftconomy3:ccsetup because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias craftconomy3:craftconomy because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias craftconomy3:currency because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias craftconomy3:money because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias craftconomy3:payday because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias galistener:fakevote because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias galistener:gal because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias galistener:rewards because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias galistener:topvotes because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias galistener:vote because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias galistener:votetop because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias compatnocheatplus:cncp because it contains illegal characters
    [03:39:04] [Server thread/WARN]: Could not register alias compatnocheatplus:compatnocheatplus because it contains illegal characters
    [03:39:04] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [03:39:04] [Server thread/INFO]: Done (10.728s)! For help, type "help" or "?"
    [03:39:04] [Server thread/INFO]: Starting GS4 status listener
    [03:39:04] [Server thread/INFO]: Starting remote control listener

    Edit:
    timtower
    Well I still want the base command for example /money /bank /bounty I just get a mess of commands when I type
    "/a(tab)" or /"b(tab) id rather not have 2 or 3 or even 4 commands that do the same things and over spam your chat which then prevents you from seeing the rest of the commands. There has got to be a way.
     
  8. Offline

    timtower Administrator Administrator Moderator

    Winterfellhard Think that it really doesn't like the :
    Try to use permissions to disable functionality in those plugins instead.

    Winterfellhard Just make a new post when somebody else responded, this way is very annoying to read.
    And there are easier methods to achieve that, you should have said in the first place that you wanted to remove them from tabcomplete, plugins won't break because of it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  9. Offline

    Winterfellhard

  10. Offline

    timtower Administrator Administrator Moderator

    Winterfellhard Something that a developer should do, modify the tabcompleteevent. Might make it when I have time today.
     
  11. Offline

    Winterfellhard

    That would be super awesome if you have the time! No rush or anything as its not game breaking but i would love to see it. Im sure others have a need also.
     
  12. Offline

    timtower Administrator Administrator Moderator

    Winterfellhard Shouldn't break anything game related, just disables tab complete for certain commands. That is the idea at least.
     
    Winterfellhard likes this.
  13. Offline

    Winterfellhard

    timtower That sounds perfect! possibly also a config to disable it for op or a permissions node.
     
  14. Offline

    timtower Administrator Administrator Moderator

    Winterfellhard Can look at that.
    Winterfellhard Click my signature link. Find MiniLikeMe, install, enable NoTabComplete in the config.
    Stop the server.
    Install ProtocolLib ( yes you need this )
    Start the server again.
    Now you can add items to the list in the config.
    Bypass perm: mlm.notabcomplete.bypass
    Plugin is tested, bypass isn't
     
    Winterfellhard likes this.
  15. Offline

    Winterfellhard

    timtower Thanks so much man! Quick question on the setup in the config.

    it shows

    Code:
    words: [] 
    how do I format multiple codes so for example say the 3 commands are /galistener /craftconomy3 and /customjoinitems
     
  16. Offline

    timtower Administrator Administrator Moderator

    Winterfellhard Thos brackets means empty list.
    Just hit enter, -, spacebar and the command.
    Code:
    words: 
    - galistener
    - home
     
    Winterfellhard likes this.
  17. Offline

    Winterfellhard

    timtower Thanks again man! This is the best! Op Overides works so I have yet to get to test the permission part out but I will try it out when my other admin gets on.
     
  18. Offline

    timtower Administrator Administrator Moderator

    Winterfellhard likes this.
  19. Offline

    Winterfellhard

    Wont hear me complaining. I thought at first it wasn't working. Was like oh he must added the op part in. deop myself and there all gone. So it works perfectly :) Also sense this doesn't remove the commands I have plenty more uses for this in mind. Can't give you enough thanks :)
     
Thread Status:
Not open for further replies.

Share This Page