CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Plugin
system:
  opsChangeSpawnTypeOnly: false
  SpawnersRespondToRedstone: false
  allowDroppedSpawners: false
  debugLogs: false
  SuperPerms: true
  ignorePermissions: false
  deactivedByRedstoneStatus: false
  mustHaveValidPermissionsToAlterSpawner: true
  maxNumberOfEntsNearSpawner: 6
by Digitalink2008   February 22, 2012 @ 1:23pm
35 Views
no comments
 
2012-02-22 14:13:30 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R3-b1846jnks (MC: 1.1) (Implementing API version 1.1-R3)
2012-02-22 14:13:30 [INFO] Unknown command. Type "help" for help.
2012-02-22 14:13:34 [INFO] Plugins: WorldBorder, XrayInformer, WorldEdit, TradeCraft, EnderCrystalizer, CommandBook, PermissionsBukkit, Vault, LogBlockQuestioner, PvPToggle, LogBlock, LWC, FirstLastSeen, WorldGuard, mChatSuite, SimpleJail, SpawnerAdjuster, GroupAnnouncer, Points, LimitedCreative, Honeypot, ThumbsApply, WeatherRestrictions, TeleportSuite, mcbans, CFBanner, MultiSpawn, Xray Detection, SimpleSpleef, NoCheat, Votifier, SimpleReserve, Residence
2012-02-22 14:13:34 [INFO] Unknown command. Type "help" for help.
by Digitalink2008   February 22, 2012 @ 1:14pm
34 Views
no comments
 
XML
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    >
 
    <DataTemplate x:Key="SmallLogoTemplate">
        <Image ... />
    </DataTemplate>
 
    <DataTemplate x:Key="LargeLogoTemplate">
        <Image ... />
by George Ionita   June 22, 2010 @ 8:01am
156 Views
no comments
 
C#
public class YourPlugin : IPlugin
{
 
private static ResourceDictionary _Resources;
 
 
public static DataTemplate SmallIconTemplate
{
   get
   {
by George Ionita   June 22, 2010 @ 7:57am
179 Views
no comments
 
//***************************************
// Description: Display images in a simple teletype style.
// Usage: $(".teletype").teletype({speed: 100});
// Put all images in wrapper <div>
// e.g : <div class="teletype"><img src="/images/1.jpg" alt="" width="10" height="10"/> ... </div>
// Ensure the images are hidden 
// e.g : .teletype img { display: none }
// Params example: ({speed:100},{type:"fast"});
// Written by: Arran Maclean , A R Media Ltd.  22/03/2010
//***************************************
by ArranM   March 22, 2010 @ 6:36am
426 Views
no comments
 
C#
[ContextAction(Group = "C#", Name = "ConvertSpacesToUnderscore", Description = "Adds context action to convert spaces in method names to underscore")]
public class ConvertSpacesToUnderscore : BulbItemImpl, IContextAction
{
    readonly ICSharpContextActionDataProvider _provider;
 
    public ConvertSpacesToUnderscore(ICSharpContextActionDataProvider provider)
    {
        _provider = provider;
    }
by Geir-Tore Lindsve   February 03, 2010 @ 1:05am
558 Views
no comments
 
 
jQuery.fn.formtip = function() {
    return this.each(function(i, el) {
        var item = jQuery(el);
        var title = item.attr("title");
        
        if (title == undefined) {
            return true;
        } else {
            item.hover(
by jwwishart   January 18, 2010 @ 4:07pm
260 Views
no comments
 
C#
using System;
using Castle.Components.Scheduler;
using Dexter.Core.UI.Framework.Extensibility;
using Dexter.Shared.Framework;
 
namespace Dexter.Core.NHibernate.Extensibility
{
    public class SchedulerExtension : IExtensionPoint
    {
        public void OnApplicationStartup()
by andreabalducci   January 11, 2010 @ 3:23pm
247 Views
no comments
 
 
Public Function GetBitmapByName(ByVal BitmapName As String) As Bitmap
    Dim Asm As Assembly = Assembly.GetAssembly(Me.GetType)
    Dim stream As IO.Stream = Asm.GetManifestResourceStream(String.Format("DX_CollapseFromEnd.{0}", BitmapName))
    Return CType(Bitmap.FromStream(stream), Bitmap)
End Function
 
Private Sub PlugIn1_EditorPaintLanguageElement(ByVal ea As DevExpress.CodeRush.Core.EditorPaintLanguageElementEventArgs) Handles Me.EditorPaintLanguageElement
    Dim View = CodeRush.Documents.ActiveTextView
    If View Is Nothing Then
by Rory Becker   September 29, 2009 @ 5:53pm
248 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate