Ir para conteúdo

wDaark

Banidos(as)
  • Total de itens

    549
  • Registro em

Tudo que wDaark postou

  1. Com itens edits ou com itens ate p5, sem itens edit Deixa sua resposta ai pra eu saber!! Minha opiniao é o rankup raiz obg!
  2. Não recomendo a lost e nem a hype, por que, atualmente sou diretor no servidor youcraft 1.5.2, e ja tive uma host de 8gb na lost, elem de dar problema no console o tempo todo, sempre quase todo dia dava algum problema, alem do ts q comprei la fica caindo, então n recomendo a lost serviço deles ficam off o tempo todo, a hype é revendedora da lost então n recomendo nem um pouco os dois, alem de o pior problemas de todos com a lost foi que eles perderam meus pl e minhas config tudo do meu servidor, estava de boas configurando la, quando pa o servidor caiu, quando voltei meus plugins tinham sumido, entrei em suporte com eles, e eles apenas disseram q pode ter sido algum amigo meu, e eu fiquei tipo wtf, sendo q apenas eu e meu primo tínhamos acesso e vai por mim meu primo jamais me foderia, eles me ofereceram alguém pra me ajudar mas ******** dps de tanto esforço pra nd, então amigo vai de r3is hosting ou Battle ou ate mesmo a virtus, atualmente os 3 que indiquei melhoraram muito os seus serviços, a reis melhorou o atendimento, nunca tive problema com eles, a battle o ping era ruim n sei agora, a virtus nunca testei, gostaria de testar mas, tenho pouco money pra comprar o plano de 10 gb deles, entao vou ir de reis mes q vem
  3. wDaark

    plugin ou skript de X9

    um skript onde jogadores normais possam ver o inventario de outro jogador, mas sem bugs de dup ou qualquer outro tipo de bug
  4. wDaark

    Logo Wicher Network

    Uma simples logo, sou iniciante deem um desconto.
  5. qual programas vc esta utilizando ? Otimo cartoon, continue assim que vai longe
  6. ele limpa mobs? ele tem opçao de nao limpar certos itens do chao?
  7. mesmo que eu set as flags para os players poderem acessar baus, fornalhas e etc, parece que mesmo assim não funciona alguém poderia me ajudar? estou desde ontem quebrando a cabeça com isso, eu seto tudo certinho mas quando tirou meu op pra testar n funciona @EDIT Ja encontrei o problema, era no server.proprites, tinha q colocar a proteçao do spawn pra 0
  8. mas pra que se o proprio essentials tem o sistema de nao perder xp ao morrer '-'
  9. wDaark

    [lTags] Pesquisa

    Acho que não deveria por a venda! solta pra rapaziada ae ksksk
  10. wDaark

    Wicher Network

    Ola estou com um projeto no qual necessito de ajuda, preciso de builders que serão remunerados claro, com o lucro do servidor, e programadores que ganharam um lucro maior pelos plugins, todos serão remunerados de acordo com o cargo, mas como eu disse preciso de ajuda, com o servidor aberto podemos ter um lucro e como diretor geral irei pagar a todos como devem, o servidor sera apenas um rankup de inicio mas logo depois irei abrir um factions e um campeonato de skywars onde o premio sera 100 reais e 3 vips no servidor desejado, e 3 contas full acesso q eu tenho e nao uso mais, entao irei sortear e 2 produtos do servidor q estão em desenvolvimento por um amigo meu que trabalha com estampas de camisetas, brinquedos e itens especiais de minecraft, tenho grande conhecimento na área de vendas, procuro um web dev também, por que irei precisar de um site para a venda de vips e cash e itens da loja, e por ultimo youtubers interessados em gravar n precisa ser youtubers grandes, mas gente com dedicação, eu comecei esse projeto sozinho e já estou no final dele, preciso apenas de um apoio de gente certa, e logo mais estarei recrutando staffs. atualmente trabalho no servidor 1.5.2 Youcraft pra quem conhece sabe o quanto grande esse servidor já foi um dia, estou la de diretor junto com o dono Marcelo Prado, caso queiram saber desse servidor acessar youcraft.com.br, configuro plugins tambem, a grande maioria caso alguém tenha interesse chamar discord wDaarkDNS#3584 OBS: chamar apenas se tiver interesse em ajudar nesse começo e trabalhar conosco!
  11. vc esta fazendo tudo errado tente essa config # ------------------------------ # # # FeatherBoard 3 # Runs like a feather on your server # (c) Maxim Van de Wynckel # # ------------------------------ # # Permissions: To use the action groups give them the permission # featherboard.group.<group> # Make sure to remove them from the other groups # when giving a new permission. # Variables: These variables can be used in the TEXT section # of both the header as the footer. # # {PLAYER} - Player name # {PLAYERNICK} - Player nickname # {SERVER} - Server name # {PLAYERCOUNT} - Server player count # {BUNGEECOUNT} - Bungee network player count # 5000+ more ... see spigot page # Formatting: These are formatting tags allowing you to format the animations # or placeholders. # # Substring: This allows you to split a word (even a placeholder) in parts # example: <substring begin=0 end=3>Hello World</substring> = Hel # usage: This can be used to split placeholders when creating a typewriter # or to split the colors in a placeholder. # # Scroll: This creates a scrolling animation of the text inside it. It accepts # two arguments (the length and space between scrolls). # example: <scroll width=20 spaces=20>&2This is a &atest</scroll> # # PLENTY MORE! See spigot page #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# # GENERAL PLUGIN SETTINGS #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# ## Config version (DO NOT EDIT) config: 3 ## Language file lang: 'en' ## Debug mode debug: false ## Log to file log: enabled: true # Reset log on startup reset: false ## Update checking update: check: true # RECOMMENDED YOU LEAVE THIS TRUE #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# # PLUGIN SPECIFIC SETTINGS #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# # Placeholder settings placeholder: # logs the memory usage of placeholders on startup log-memory: false # Clear unused placeholders that are not enabled. clear-unused: true # Config cache only # This will only use placeholders in the config # HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS! # IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI) config-cache: false # Tweaks to increase performance (Use at own risk) tweaks: # This option does not send scoreboard remove packets # to the client on quit. This can increase performance on servers # where players quit a lot (hubs, ...) # # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds # /data folder # # Enabling this can cause the scoreboard not to work anymore. Use at your own risk keepScoreboardOnQuit: false # Some placeholders have a slow process behind them. Meaning they might contact a database # and take a while to 'resolve'. This will never cause lagg since the placeholders are loaded # separate from the sending. But can slow down the animation because it has to wait # for the placeholder to be loaded. When having multiple lines like a text that shows # the information about the placeholders you put below it, this can cause problems. # Enabling this will output a message in the console and ingame to operators # saying when a placeholder is causing delays. detect-placeholderdelay: false # Putting this to true will SPAM your console with timings report per placeholder/animation # refresh. Used for debugging purposes. # This requires detect-placeholderdelay to true verbose-placeholder-timings: false # Ignore placeholder problems # When set to true, the placeholder will not be disabled # this also means that no ERRORS will be logged -> no troubleshooting ignore-placeholder-problems: false # Toggling allows you to disable the scoreboard database: # If you want the toggle to stay even when your users # log off you can enable this. Keep in mind that this requires a # MySQL or SQLite database. # If you are configuring the plugin for the first time it is advised # to stay away from these settings until you managed the scoreboard # set up. persistent: false # Database configuration is SIMILAR to http://wiki.bukkit.org/Bukkit.yml#database # with isolation, url, driver, ... # Database name database: "featherboard" # Database username username: bukkit # Database isolation type isolation: SERIALIZABLE # Database driver driver: org.sqlite.JDBC # Database password password: walrus # Database driver URL # {DIR} will be replaced with the plugin directory # {NAME} will be replaced wit the plugin name url: jdbc:sqlite:{DIR}{NAME}.db # Save interval in ticks save-interval: 6000 # Disabled worlds. Add your world name in this list to # disable it. disabled-worlds: - 'example_world' # Show delay on join. Usefull if you wish to let the user # enjoy a Title MOTD without having the scoreboard obstructing # the view. show-delay: 0 # Anti Flicker will use a new engine that will allow you to use fast animations # without any flicker. # You can disable this feature if you do not have fast refresh rates. antiflicker: true # Scoreboard assigning. The boards can be assigned by various ways. # default the scoreboards will be assigned by permissions. # You can only have one way of assigning the scoreboards # # PERMISSION - Assign scoreboards based on permissions # This is the default setting (since 2014) # featherboard.group.<scoreboard> # # GROUP - Assign scoreboards based on Vault groups # this means the scoreboard name has to # have the name of your Vault group. # # WORLD - Assign scoreboards based on the world # the player is in. # # NONE - Do no assign scoreboards and just rely on # manual assigning (triggers, etc...) scoreboard-assigning: "PERMISSION" # GUI: This is a feature enabling a GUI to select a specific scoreboard # The GUI will show all scoreboards you have permission to. It is not very # configurable in the way you can't control the location or order of the scoreboards # For a more configurable GUI I recommend DeluxeMenus gui: # This is the title of the GUI title: "Scoreboards" # Size of the GUI (leave to -1 to make it dynamic) # Sizes: 9,27,54 size: -1 # A list of different scoreboards boards: # Default FeatherBoard comes with a board called "default". All players have the permission # featherboard.group.default (by default) meaning all players should see the scoreboard unless # the permission is negated. # # You can create as many boards as you want as long as the name is unique. It is advised to give logical # names such as "vip-board", "mcmmo-levelup", ... default: title: text: - '&e&lWicherCraft' interval: 500 random: false spacer1: text: [] interval: 500 random: false player-label1: text: - ' &6Nick: &f{player}' interval: 5 random: false spacer2: text: - ' &6Grupo: {prefix}' interval: 500 random: false player-line1: text: - ' &6Coins: &a{money_formatted} ' interval: 30 random: true spacer4: text: [] interval: 500 random: false player-line2: text: - ' &6Clan: <whenempty value="{simpleclans_clan_colortag}">&5Sem Clan</whenempty>' interval: 500 random: false player-line5: text: - ' ' interval: 500 random: false player-line34: text: - ' &6Cash: &e{playerpoints} ' interval: 500 random: false spacer5: text: [] interval: 500 random: false player-line347: text: - ' &eseu site ' interval: 500 random: false obs: edite como preferir
  12. exato amigo, da mesma forma que se você ficar desligando o computador pela tomada acaba com o computador é a mesma coisa com o servidor! entao de sempre stop ou restart
  13. Aprendi cntg no seu canal se não me engano sjueuejaoaisjsj, e parabéns aos seus plugins, todos são muito bons
  14. Man nunca de reload no servidor, isso gera muitos conflitos e bugs, pois muitos plugins podem não haver suporte ao reload, aconselho que de /stop ou /restart, assim não vá gerar mais erro
  15. wDaark

    integraçao de loja

    Alguem sabe integrar sistema de loja no proprio site ou redirecionando para o proprio site do paypal ou pagseguro? se alguem puder dar uma ajuda!
  16. Alem do painel ficar off o tempo todo, ouve que meus plugins sumiram tudo, eles me disseram que podia ser problema deles, mas disse tbm que pode ter sido alguem q tinha acesso, sendo que apenas eu e mais um cara de muita confiança que tinha acesso, e eles apenas me recompensaram com um cara da lost pra me ajudar, mas n serviu de nada, agora estou atualmente reconfigurando tudo, eu recomendo a reishost, ela é otima nunca tive problemas de verdade, gostaria de testar essa batte
  17. Bem nao conheço a battle mas tive alguns problemas com a lost, mas tente ver qual se encaixa melhor a voce
  18. Como faço pro meu site ter um contador de players online em meu servidor? sou muito leigo nessa area web e tudo mais, se alguem souber me ajudar agradeço se possivel um html cque eu possa editar a cor da fonte e tudo mais se possivel
  19. Quais itens devo bloquear em meu servidor, para que nao haja problemas?
  20. Super recomendo, suporte 10/10, além de um trabalho impecável, tudo muito organizado, pedi pra ele configurar mais de 30 ranks ele fez isso e mto mais em menos de 1 hora, super recomendo a todos aqui!
×
×
  • Criar Novo...